|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IterationTestPlanManagerService
Service that aims at managing the test cases of a campaign (i.e. its test plan)
| Method Summary | |
|---|---|
void |
addTestCasesToIteration(List<Long> testCaseIds,
long iterationId)
Adds a list of test cases to a campaign. |
void |
assignUserToTestPlanItem(Long testPlanId,
long iterationId,
Long userId)
Assign User with Write Access to a TestPlan item. |
void |
assignUserToTestPlanItems(List<Long> testPlanIds,
long iterationId,
Long userId)
Assign User with Write Access to a multiple TestPlan items. |
List<User> |
findAssignableUserForTestPlan(long iterationId)
Get Users with Write Access for an Iteration and its TestPlan. |
Iteration |
findIteration(long iterationId)
Find a iteration using its id |
List<TestCaseLibrary> |
findLinkableTestCaseLibraries()
Returns a collection of TestCaseLibrary, the test cases of
which may be added to the campaign |
List<TestCase> |
findPlannedTestCases(Long iterationId)
|
FilteredCollectionHolder<List<IterationTestPlanItem>> |
findTestPlan(long iterationId,
CollectionSorting filter)
|
IterationTestPlanItem |
findTestPlanItem(Long iterationId,
Long itemTestPlanId)
|
IterationTestPlanItem |
findTestPlanItemByTestCaseId(long iterationId,
long testCaseId)
Adds a list of test cases to a campaign. |
boolean |
removeTestPlanFromIteration(Long testPlanId,
long iterationId)
Removes a test case from a campaign excepted the test plans which were executed |
boolean |
removeTestPlansFromIteration(List<Long> testPlanIds,
long iterationId)
Removes a list of test cases from a campaign excepted the test plans which were executed |
void |
updateTestCaseLastExecutedByAndOn(IterationTestPlanItem givenTestPlan,
Date lastExecutedOn,
String lastExecutedBy)
Update item test plan lastExecuted data (by and on) (for the moment they're constants) |
| Method Detail |
|---|
Iteration findIteration(long iterationId)
iterationId - List<TestCaseLibrary> findLinkableTestCaseLibraries()
TestCaseLibrary, the test cases of
which may be added to the campaign
void addTestCasesToIteration(List<Long> testCaseIds,
long iterationId)
testCaseIdss - campaignId -
IterationTestPlanItem findTestPlanItemByTestCaseId(long iterationId,
long testCaseId)
testCaseIdss - campaignId -
IterationTestPlanItem findTestPlanItem(Long iterationId,
Long itemTestPlanId)
boolean removeTestPlansFromIteration(List<Long> testPlanIds,
long iterationId)
testPlanIds - the ids of the test plan managing that test case for that iterationiterationId - the id of the iteration
boolean removeTestPlanFromIteration(Long testPlanId,
long iterationId)
testPlanId - the id of the test plan managing that test case for that iterationcampaignId -
List<TestCase> findPlannedTestCases(Long iterationId)
void updateTestCaseLastExecutedByAndOn(IterationTestPlanItem givenTestPlan,
Date lastExecutedOn,
String lastExecutedBy)
givenTestPlan - : the test plan to updateexecutionDate - : the execution dateList<User> findAssignableUserForTestPlan(long iterationId)
testCaseId - campaignId -
void assignUserToTestPlanItem(Long testPlanId,
long iterationId,
Long userId)
testCaseId - campaignId -
void assignUserToTestPlanItems(List<Long> testPlanIds,
long iterationId,
Long userId)
testPlanIds - campaignId -
FilteredCollectionHolder<List<IterationTestPlanItem>> findTestPlan(long iterationId,
CollectionSorting filter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||