Méthode | Description | |
---|---|---|
CreateQCTest ( string title, string description, string externalId ) : string | ||
Dispose ( ) : void | ||
GetFullyQualifiedQCId ( string localId ) : string | ||
GetLatestDefects ( System.DateTime lastCheck ) : IList |
||
GetLatestTestRuns ( System.DateTime lastCheck ) : IList |
||
GetLocalQCId ( string fullyQualifiedId ) : string | ||
GetQCDefect ( string externalId ) : System.Xml.Linq.XDocument | ||
Login ( ) : void | ||
Logout ( ) : void | ||
OnDefectCreated ( string id, ICollection comments, string link ) : void | ||
OnDefectStateChange ( string id, ICollection comments ) : bool | ||
QualityCenterClient ( |
Méthode | Description | |
---|---|---|
BuildComments ( IEnumerable messages, string existingComments ) : string | ||
CreateTestFolder ( ) : string | ||
GetLastCheckFilterString ( System.DateTime lastCheck ) : string | ||
GetTestFolderId ( ) : string | ||
GetTestFolderId ( string testFolderName ) : string | ||
SetConfiguration ( |
||
UpdateDefectStatus ( string externalId, string newStatus, IEnumerable comments ) : System.Xml.Linq.XDocument |
public CreateQCTest ( string title, string description, string externalId ) : string | ||
title | string | |
description | string | |
externalId | string | |
Résultat | string |
public GetFullyQualifiedQCId ( string localId ) : string | ||
localId | string | |
Résultat | string |
public GetLatestDefects ( System.DateTime lastCheck ) : IList |
||
lastCheck | System.DateTime | |
Résultat | IList |
public GetLatestTestRuns ( System.DateTime lastCheck ) : IList |
||
lastCheck | System.DateTime | |
Résultat | IList |
public GetLocalQCId ( string fullyQualifiedId ) : string | ||
fullyQualifiedId | string | |
Résultat | string |
public GetQCDefect ( string externalId ) : System.Xml.Linq.XDocument | ||
externalId | string | |
Résultat | System.Xml.Linq.XDocument |
public OnDefectCreated ( string id, ICollection comments, string link ) : void | ||
id | string | |
comments | ICollection | |
link | string | |
Résultat | void |
public OnDefectStateChange ( string id, ICollection comments ) : bool | ||
id | string | |
comments | ICollection | |
Résultat | bool |
public QualityCenterClient ( |
||
project | ||
config | ||
log | ILogger | |
Résultat | System |