Метод | Описание | |
---|---|---|
BugzillaUrl ( IBugTrackingConnectionSettingsSource profile ) : System | ||
BugzillaUrl ( IStorageRepository storageRepository, IActivityLogger logger ) : System | ||
CheckConnection ( ) : string | ||
ExecuteOnBugzilla ( IBugzillaQuery bugzillaQuery ) : string | ||
GetBugExternalUrl ( string bugId ) : string | ||
GetBugs ( int bugIDs ) : |
||
GetChangedBugsIds ( System.DateTime date ) : int[] |
Метод | Описание | |
---|---|---|
BugzillaUrl ( IBugTrackingConnectionSettingsSource profile, IActivityLogger logger ) : System | ||
ProcessResponse ( string content ) : string | ||
UploadDataToBugzilla ( string query ) : string |
public BugzillaUrl ( IBugTrackingConnectionSettingsSource profile ) : System | ||
profile | IBugTrackingConnectionSettingsSource | |
Результат | System |
public BugzillaUrl ( IStorageRepository storageRepository, IActivityLogger logger ) : System | ||
storageRepository | IStorageRepository | |
logger | IActivityLogger | |
Результат | System |
public ExecuteOnBugzilla ( IBugzillaQuery bugzillaQuery ) : string | ||
bugzillaQuery | IBugzillaQuery | |
Результат | string |
public GetBugExternalUrl ( string bugId ) : string | ||
bugId | string | |
Результат | string |
public GetBugs ( int bugIDs ) : |
||
bugIDs | int | |
Результат |
public GetChangedBugsIds ( System.DateTime date ) : int[] | ||
date | System.DateTime | |
Результат | int[] |