| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.campaign.CampaignLibraryNode> |
CampaignLibraryNavigationService.copyNodesToFolder(long destinationId,
Long[] sourceNodesIds) |
List<org.squashtest.tm.domain.campaign.CampaignLibraryNode> |
CampaignLibraryNavigationService.copyNodesToLibrary(long destinationId,
Long[] targetId) |
List<org.squashtest.tm.domain.campaign.TestSuite> |
CustomIterationModificationService.copyPasteTestSuitesToIteration(Long[] testSuiteIds,
long iterationId)
will create a copy of the test suites and their test plan , then associate them to the given iteration
will rename test suites if there is name conflict at destination |
OperationReport |
CampaignLibraryNavigationService.deleteIterations(List<Long> targetIds)
that method should delete the iterations.
|
OperationReport |
CampaignLibraryNavigationService.deleteNodes(List<Long> targetIds) |
OperationReport |
CampaignLibraryNavigationService.deleteSuites(List<Long> suiteIds,
boolean removeFromIter)
that method should delete test suites, and remove its references in iteration and iteration test plan item
|
void |
CampaignLibraryNavigationService.moveNodesToFolder(long destinationId,
Long[] targetId) |
void |
CampaignLibraryNavigationService.moveNodesToFolder(long destinationId,
Long[] targetId,
int position) |
void |
CampaignLibraryNavigationService.moveNodesToLibrary(long destinationId,
Long[] targetId) |
void |
CampaignLibraryNavigationService.moveNodesToLibrary(long destinationId,
Long[] targetId,
int position) |
OperationReport |
CustomIterationModificationService.removeTestSuites(List<Long> suitesIds)
That method will remove each test suite, leaving it's test plan items linked to no test_suite
|
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.campaign.CampaignLibraryNode> |
CampaignLibraryNavigationServiceImpl.copyNodesToFolder(long destinationId,
Long[] sourceNodesIds) |
List<org.squashtest.tm.domain.campaign.CampaignLibraryNode> |
CampaignLibraryNavigationServiceImpl.copyNodesToLibrary(long destinationId,
Long[] targetIds) |
List<org.squashtest.tm.domain.campaign.TestSuite> |
CustomIterationModificationServiceImpl.copyPasteTestSuitesToIteration(Long[] testSuiteIds,
long iterationId) |
OperationReport |
CampaignLibraryNavigationServiceImpl.deleteIterations(List<Long> targetIds) |
OperationReport |
CampaignLibraryNavigationServiceImpl.deleteNodes(List<Long> targetIds) |
OperationReport |
CampaignLibraryNavigationServiceImpl.deleteSuites(List<Long> suiteIds,
boolean removeFromIter) |
void |
CampaignLibraryNavigationServiceImpl.moveNodesToFolder(long destinationId,
Long[] targetIds) |
void |
CampaignLibraryNavigationServiceImpl.moveNodesToFolder(long destinationId,
Long[] targetIds,
int position) |
void |
CampaignLibraryNavigationServiceImpl.moveNodesToLibrary(long destinationId,
Long[] targetIds) |
void |
CampaignLibraryNavigationServiceImpl.moveNodesToLibrary(long destinationId,
Long[] targetIds,
int position) |
OperationReport |
CustomIterationModificationServiceImpl.removeTestSuites(List<Long> suitesIds) |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.requirement.RequirementLibraryNode> |
RequirementLibraryNavigationServiceImpl.copyNodesToFolder(long destinationId,
Long[] sourceNodesIds) |
List<org.squashtest.tm.domain.requirement.RequirementLibraryNode> |
RequirementLibraryNavigationServiceImpl.copyNodesToLibrary(long destinationId,
Long[] targetId) |
List<org.squashtest.tm.domain.requirement.Requirement> |
RequirementLibraryNavigationServiceImpl.copyNodesToRequirement(long requirementId,
Long[] sourceNodesIds) |
OperationReport |
RequirementLibraryNavigationServiceImpl.deleteNodes(List<Long> targetIds) |
void |
RequirementLibraryNavigationServiceImpl.moveNodesToFolder(long destinationId,
Long[] targetId) |
void |
RequirementLibraryNavigationServiceImpl.moveNodesToFolder(long destinationId,
Long[] targetId,
int position) |
void |
RequirementLibraryNavigationServiceImpl.moveNodesToLibrary(long destinationId,
Long[] targetId) |
void |
RequirementLibraryNavigationServiceImpl.moveNodesToLibrary(long destinationId,
Long[] targetId,
int position) |
void |
RequirementLibraryNavigationServiceImpl.moveNodesToRequirement(long requirementId,
Long[] nodeIds) |
void |
RequirementLibraryNavigationServiceImpl.moveNodesToRequirement(long requirementId,
Long[] nodeIds,
int position) |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testcase.TestCaseLibraryNode> |
TestCaseLibraryNavigationServiceImpl.copyNodesToFolder(long destinationId,
Long[] sourceNodesIds) |
List<org.squashtest.tm.domain.testcase.TestCaseLibraryNode> |
TestCaseLibraryNavigationServiceImpl.copyNodesToLibrary(long destinationId,
Long[] targetId) |
OperationReport |
TestCaseLibraryNavigationServiceImpl.deleteNodes(List<Long> targetIds) |
void |
TestCaseLibraryNavigationServiceImpl.moveNodesToFolder(long destinationId,
Long[] targetId) |
void |
TestCaseLibraryNavigationServiceImpl.moveNodesToFolder(long destinationId,
Long[] targetId,
int position) |
void |
TestCaseLibraryNavigationServiceImpl.moveNodesToLibrary(long destinationId,
Long[] targetId) |
void |
TestCaseLibraryNavigationServiceImpl.moveNodesToLibrary(long destinationId,
Long[] targetId,
int position) |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.requirement.RequirementLibraryNode> |
RequirementLibraryNavigationService.copyNodesToFolder(long destinationId,
Long[] sourceNodesIds) |
List<org.squashtest.tm.domain.requirement.RequirementLibraryNode> |
RequirementLibraryNavigationService.copyNodesToLibrary(long destinationId,
Long[] targetId) |
List<org.squashtest.tm.domain.requirement.Requirement> |
RequirementLibraryNavigationService.copyNodesToRequirement(long requirementId,
Long[] sourceNodesIds) |
OperationReport |
RequirementLibraryNavigationService.deleteNodes(List<Long> targetIds) |
void |
RequirementLibraryNavigationService.moveNodesToFolder(long destinationId,
Long[] targetId) |
void |
RequirementLibraryNavigationService.moveNodesToFolder(long destinationId,
Long[] targetId,
int position) |
void |
RequirementLibraryNavigationService.moveNodesToLibrary(long destinationId,
Long[] targetId) |
void |
RequirementLibraryNavigationService.moveNodesToLibrary(long destinationId,
Long[] targetId,
int position) |
void |
RequirementLibraryNavigationService.moveNodesToRequirement(long requirementId,
Long[] nodeIds) |
void |
RequirementLibraryNavigationService.moveNodesToRequirement(long requirementId,
Long[] nodeIds,
int position) |
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.testcase.TestCaseLibraryNode> |
TestCaseLibraryNavigationService.copyNodesToFolder(long destinationId,
Long[] sourceNodesIds) |
List<org.squashtest.tm.domain.testcase.TestCaseLibraryNode> |
TestCaseLibraryNavigationService.copyNodesToLibrary(long destinationId,
Long[] targetId) |
OperationReport |
TestCaseLibraryNavigationService.deleteNodes(List<Long> targetIds) |
void |
TestCaseLibraryNavigationService.moveNodesToFolder(long destinationId,
Long[] targetId) |
void |
TestCaseLibraryNavigationService.moveNodesToFolder(long destinationId,
Long[] targetId,
int position) |
void |
TestCaseLibraryNavigationService.moveNodesToLibrary(long destinationId,
Long[] targetId) |
void |
TestCaseLibraryNavigationService.moveNodesToLibrary(long destinationId,
Long[] targetId,
int position) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.