Méthode | Description | |
---|---|---|
CancelFurtherTasksOfTestClient ( System.Guid clientId ) : void | ||
CancelFurtherTasksOfTestRun ( System.Guid testRunId ) : void | ||
GetFirstLegitimateTask ( System.Guid clientId ) : ITestTask | ||
GetNextLegitimateTask ( System.Guid clientId, int currentTaskId ) : ITestTask | ||
SelectTasksForClient ( System.Guid clientId, List |
Méthode | Description | |
---|---|---|
AddTasksForEveryClient ( IEnumerable |
||
GetOnlyNewTestTasksForClient ( System.Guid clientId ) : IEnumerable |
||
IsItTimeToPublishTask ( ITestTask task ) : bool |
public CancelFurtherTasksOfTestClient ( System.Guid clientId ) : void | ||
clientId | System.Guid | |
Résultat | void |
public CancelFurtherTasksOfTestRun ( System.Guid testRunId ) : void | ||
testRunId | System.Guid | |
Résultat | void |
public GetFirstLegitimateTask ( System.Guid clientId ) : ITestTask | ||
clientId | System.Guid | |
Résultat | ITestTask |
public GetNextLegitimateTask ( System.Guid clientId, int currentTaskId ) : ITestTask | ||
clientId | System.Guid | |
currentTaskId | int | |
Résultat | ITestTask |
public SelectTasksForClient ( System.Guid clientId, List |
||
clientId | System.Guid | |
tasks | List |
|
Résultat | List |