Method | Description | |
---|---|---|
BugzillaService ( ) : System | ||
BugzillaService ( IStorageRepository storageRepository ) : System | ||
CheckConnection ( ) : |
||
CheckConnection ( |
||
Execute ( IBugzillaQuery query ) : void | ||
GetBugs ( int bugIDs ) : |
||
GetChangedBugIds ( System.DateTime date ) : int[] | ||
GetResolutions ( ) : List |
||
GetStatuses ( ) : List |
||
GetTimeOffset ( ) : System.TimeSpan |
Method | Description | |
---|---|---|
ExecuteBugzillaNonQuery ( IBugzillaQuery query ) : void | ||
ExecuteBugzillaQuery ( IBugzillaQuery query ) : string |
public BugzillaService ( IStorageRepository storageRepository ) : System | ||
storageRepository | IStorageRepository | |
return | System |
public CheckConnection ( ) : |
||
return |
public CheckConnection ( |
||
profile | ||
return |
public Execute ( IBugzillaQuery query ) : void | ||
query | IBugzillaQuery | |
return | void |
public GetBugs ( int bugIDs ) : |
||
bugIDs | int | |
return |
public GetChangedBugIds ( System.DateTime date ) : int[] | ||
date | System.DateTime | |
return | int[] |