Method | Description | |
---|---|---|
Close ( ) : void | ||
CreateTest ( V1TestReady testData ) : PartnerTestEvent | ||
GetLatestDefects ( System.DateTime lastCheck ) : IList |
||
GetLatestTestRuns ( System.DateTime lastCheck ) : ICollection |
||
HandlesQCProject ( string id ) : bool | ||
HandlesQCProject ( string domain, string project ) : bool | ||
HandlesV1Project ( string v1Project ) : bool | ||
Initialize ( |
||
OnDefectCreated ( |
||
OnDefectStateChange ( |
||
QualityCenterReaderUpdater ( MappingInfo>.IDictionary |
Method | Description | |
---|---|---|
Combine ( ICollection listOne, ICollection listTwo ) : |
||
CreateV1Defect ( string title, string externalId, string description, string priority, string v1Project ) : |
||
CreateV1TestRun ( string externalId, System.DateTime timestamp, string status ) : TestRun | ||
GetProjectFromExternalId ( string externalId ) : IQualityCenterClient | ||
MappingPairEmpty ( MappingInfo>.KeyValuePair |
||
ResolvePriorityMapping ( string qcPriorityName ) : VersionOne.ServiceHost.Core.Configuration.MappingInfo |
public CreateTest ( V1TestReady testData ) : PartnerTestEvent | ||
testData | VersionOne.ServiceHost.TestServices.V1TestReady | |
return | VersionOne.ServiceHost.TestServices.PartnerTestEvent |
public GetLatestDefects ( System.DateTime lastCheck ) : IList |
||
lastCheck | System.DateTime | |
return | IList |
public GetLatestTestRuns ( System.DateTime lastCheck ) : ICollection |
||
lastCheck | System.DateTime | |
return | ICollection |
public HandlesQCProject ( string domain, string project ) : bool | ||
domain | string | |
project | string | |
return | bool |
public HandlesV1Project ( string v1Project ) : bool | ||
v1Project | string | |
return | bool |
public Initialize ( |
||
config | ||
log | ILogger | |
return | void |
public OnDefectCreated ( |
||
createdResult | ||
return | void |
public OnDefectStateChange ( |
||
stateChangeResult | ||
return | bool |
public QualityCenterReaderUpdater ( MappingInfo>.IDictionary |
||
priorityMappings | MappingInfo>.IDictionary | |
return | System |