| Modifier and Type | Method and Description |
|---|---|
void |
CampaignLibraryNavigationService.addCampaignToCampaignFolder(long folderId,
org.squashtest.tm.domain.campaign.Campaign campaign)
Adds a campaign to a folder.
|
void |
CampaignLibraryNavigationService.addCampaignToCampaignFolder(long folderId,
org.squashtest.tm.domain.campaign.Campaign campaign,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues)
Adds a campaign to a folder, and its initial custom field values.
|
void |
CampaignLibraryNavigationService.addCampaignToCampaignLibrary(long libraryId,
org.squashtest.tm.domain.campaign.Campaign campaign)
Adds a Campaign to the root of the library.
|
void |
CampaignLibraryNavigationService.addCampaignToCampaignLibrary(long libraryId,
org.squashtest.tm.domain.campaign.Campaign campaign,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues)
Adds a Campaign to the root of the Library, and its initial custom field values.
|
int |
CampaignLibraryNavigationService.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan)
Adds a new iteration to a campaign.
|
int |
CustomIterationModificationService.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan)
Adds an iteration to the list of iterations of a campaign.
|
int |
CampaignLibraryNavigationService.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues)
Adds a new iteration to a campaign.
|
void |
IterationTestPlanManagerService.addTestCasesToIteration(List<Long> testCaseIds,
long iterationId)
Adds a list of test cases to an iteration.
|
void |
TestSuiteTestPlanManagerService.addTestCasesToIterationAndTestSuite(List<Long> testCaseIds,
long suiteId) |
void |
IterationTestPlanManagerService.addTestCaseToIteration(Long testCaseId,
Long datasetId,
long iterationId)
Will add the given test case, with the given test plan, to the test plan of the given iteration.
|
void |
IterationTestPlanManagerService.addTestPlanToIteration(List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> testPlan,
long iterationId)
persist each iteration_test_plan_item and add it to iteration
|
void |
CustomIterationModificationService.addTestSuite(long iterationId,
org.squashtest.tm.domain.campaign.TestSuite suite) |
List<org.squashtest.tm.domain.campaign.Iteration> |
CampaignLibraryNavigationService.copyIterationsToCampaign(long campaignId,
Long[] iterationsIds) |
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 |
org.squashtest.tm.domain.campaign.TestSuite |
CustomIterationModificationService.copyPasteTestSuiteToIteration(long testSuiteId,
long iterationId)
Will create a copy of the test suite and it's test plan , then associate it to the given iteration
will rename test suite if there is name conflict at destination |
org.squashtest.tm.domain.campaign.TestSuite |
CustomIterationModificationService.copyPasteTestSuiteToIteration(long testSuiteId,
long iterationId)
Will create a copy of the test suite and it's test plan , then associate it to the given iteration
will rename test suite if there is name conflict at destination |
void |
IterationTestPlanManagerService.copyTestPlanItems(List<Long> iterationTestPlanIds,
long iterationId)
Will copy each items into the test plan of the given iteration.
|
void |
TestSuiteTestPlanManagerService.detachTestPlanFromTestSuite(List<Long> testPlanIds,
long suiteId) |
boolean |
TestSuiteTestPlanManagerService.detachTestPlanFromTestSuiteAndRemoveFromIteration(List<Long> testPlanIds,
long suiteId) |
void |
CampaignLibraryNavigationService.moveIterationsWithinCampaign(long destinationId,
Long[] nodeIds,
int position) |
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) |
boolean |
IterationTestPlanManagerService.removeTestPlansFromIteration(List<Long> testPlanIds,
long iterationId)
Removes a list of test cases from a campaign excepted the test plans which were executed
|
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignLibraryNavigationServiceImpl.addCampaignToCampaignFolder(long folderId,
org.squashtest.tm.domain.campaign.Campaign newCampaign) |
void |
CampaignLibraryNavigationServiceImpl.addCampaignToCampaignFolder(long folderId,
org.squashtest.tm.domain.campaign.Campaign campaign,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues) |
void |
CampaignLibraryNavigationServiceImpl.addCampaignToCampaignLibrary(long libraryId,
org.squashtest.tm.domain.campaign.Campaign newCampaign) |
void |
CampaignLibraryNavigationServiceImpl.addCampaignToCampaignLibrary(long libraryId,
org.squashtest.tm.domain.campaign.Campaign campaign,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues) |
void |
CampaignLibraryNavigationServiceImpl.addFolderToFolder(long destinationId,
org.squashtest.tm.domain.campaign.CampaignFolder newFolder) |
void |
CampaignLibraryNavigationServiceImpl.addFolderToLibrary(long destinationId,
org.squashtest.tm.domain.campaign.CampaignFolder newFolder) |
int |
CampaignLibraryNavigationServiceImpl.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan) |
int |
CustomIterationModificationServiceImpl.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan) |
int |
CampaignLibraryNavigationServiceImpl.addIterationToCampaign(org.squashtest.tm.domain.campaign.Iteration iteration,
long campaignId,
boolean copyTestPlan,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues) |
void |
IterationTestPlanManagerServiceImpl.addTestCasesToIteration(List<Long> objectsIds,
long iterationId) |
void |
TestSuiteTestPlanManagerServiceImpl.addTestCasesToIterationAndTestSuite(List<Long> testCaseIds,
long suiteId) |
void |
IterationTestPlanManagerServiceImpl.addTestCaseToIteration(Long testcaseId,
Long datasetId,
long iterationId) |
void |
IterationTestPlanManagerServiceImpl.addTestPlanToIteration(List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> testPlan,
long iterationId) |
void |
CustomIterationModificationServiceImpl.addTestSuite(long iterationId,
org.squashtest.tm.domain.campaign.TestSuite suite) |
List<org.squashtest.tm.domain.campaign.Iteration> |
CampaignLibraryNavigationServiceImpl.copyIterationsToCampaign(long campaignId,
Long[] iterationsIds) |
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) |
org.squashtest.tm.domain.campaign.TestSuite |
CustomIterationModificationServiceImpl.copyPasteTestSuiteToIteration(long testSuiteId,
long iterationId) |
org.squashtest.tm.domain.campaign.TestSuite |
CustomIterationModificationServiceImpl.copyPasteTestSuiteToIteration(long testSuiteId,
long iterationId) |
void |
IterationTestPlanManagerServiceImpl.copyTestPlanItems(List<Long> iterationTestPlanIds,
long iterationId) |
void |
TestSuiteTestPlanManagerServiceImpl.detachTestPlanFromTestSuite(List<Long> testPlanIds,
long suiteId) |
boolean |
TestSuiteTestPlanManagerServiceImpl.detachTestPlanFromTestSuiteAndRemoveFromIteration(List<Long> testPlanIds,
long suiteId) |
void |
CampaignLibraryNavigationServiceImpl.moveIterationsWithinCampaign(long destinationId,
Long[] nodeIds,
int position) |
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) |
boolean |
IterationTestPlanManagerServiceImpl.removeTestPlansFromIteration(List<Long> testPlanIds,
long iterationId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RequirementLibraryNavigationServiceImpl.addFolderToFolder(long destinationId,
org.squashtest.tm.domain.requirement.RequirementFolder newFolder) |
void |
RequirementLibraryNavigationServiceImpl.addFolderToLibrary(long destinationId,
org.squashtest.tm.domain.requirement.RequirementFolder newFolder) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirement(long requirementId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newRequirement,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirement(long requirementId,
org.squashtest.tm.domain.requirement.Requirement newRequirement,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirementFolder(long folderId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto firstVersion,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirementFolder(long folderId,
org.squashtest.tm.domain.requirement.Requirement requirement,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirementLibrary(long libraryId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newVersion,
List<Long> milestoneIds) |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationServiceImpl.addRequirementToRequirementLibrary(long libraryId,
org.squashtest.tm.domain.requirement.Requirement requirement,
List<Long> milestoneIds) |
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) |
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 |
|---|---|
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
int index) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationServiceImpl.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
int index) |
void |
TestCaseLibraryNavigationServiceImpl.addFolderToFolder(long destinationId,
org.squashtest.tm.domain.testcase.TestCaseFolder newFolder) |
void |
TestCaseLibraryNavigationServiceImpl.addFolderToLibrary(long destinationId,
org.squashtest.tm.domain.testcase.TestCaseFolder newFolder) |
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToFolder(long folderId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Integer position) |
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToFolder(long folderId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Integer position,
List<Long> milestoneIds) |
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToLibrary(long libraryId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Integer position) |
void |
TestCaseLibraryNavigationServiceImpl.addTestCaseToLibrary(long libraryId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Integer position,
List<Long> milestoneIds) |
void |
CustomTestCaseModificationServiceImpl.changeTestStepsPosition(long testCaseId,
int newPosition,
List<Long> stepIds) |
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) |
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) |
boolean |
CustomTestCaseModificationServiceImpl.pasteCopiedTestStep(long testCaseId,
long idInsertion,
long copiedTestStepId) |
boolean |
CustomTestCaseModificationServiceImpl.pasteCopiedTestSteps(long testCaseId,
long idInsertion,
List<Long> copiedTestStepIds) |
boolean |
CustomTestCaseModificationServiceImpl.pasteCopiedTestStepToLastIndex(long testCaseId,
List<Long> copiedTestStepIds) |
boolean |
CustomTestCaseModificationServiceImpl.pasteCopiedTestStepToLastIndex(long testCaseId,
long copiedTestStepId) |
List<org.squashtest.tm.domain.testcase.TestStep> |
CustomTestCaseModificationServiceImpl.removeListOfSteps(long testCaseId,
List<Long> testStepIds) |
void |
CustomTestCaseModificationServiceImpl.removeStepFromTestCase(long testCaseId,
long testStepId) |
void |
CustomTestCaseModificationServiceImpl.removeStepFromTestCaseByIndex(long testCaseId,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryNavigationService.addFolderToFolder(long destinationId,
FOLDER newFolder)
Id annotation is used by PreventConcurrent, BatchPreventConcurrent and PreventConcurrents in sub classes |
void |
LibraryNavigationService.addFolderToLibrary(long destinationId,
FOLDER newFolder)
Id annotation is used by PreventConcurrent, BatchPreventConcurrent and PreventConcurrents in sub classes |
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirement(long requirementId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newRequirement,
List<Long> milestoneIds)
Same than {@link #addRequirementToRequirementLibrary(long, NewRequirementVersionDto, List), except that the requirement will be added to the
given parent requirement.
|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirement(long requirementId,
org.squashtest.tm.domain.requirement.Requirement newRequirement,
List<Long> milestoneIds)
Same than
RequirementLibraryNavigationService.addRequirementToRequirementLibrary(long, Requirement, List), except that the requirement will be added to the
given parent requirement. |
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirementFolder(long folderId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newRequirement,
List<Long> milestoneIds)
Same than {@link #addRequirementToRequirementLibrary(long, NewRequirementVersionDto, List), except that the requirement will be added to the
given folder.
|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirementFolder(long folderId,
org.squashtest.tm.domain.requirement.Requirement requirement,
List<Long> milestoneIds)
Deprecated.
Looks like this methid is useless
|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirementLibrary(long libraryId,
org.squashtest.tm.domain.requirement.NewRequirementVersionDto newRequirement,
List<Long> milestoneIds)
Given a DTO that eventually generates a RequirementVersion, will create a Requirement using this version then add it to the given
library with and bind it to the given milestones.
|
org.squashtest.tm.domain.requirement.Requirement |
RequirementLibraryNavigationService.addRequirementToRequirementLibrary(long libraryId,
org.squashtest.tm.domain.requirement.Requirement requirement,
List<Long> milestoneIds)
Deprecated.
Looks like this method is useless
|
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) |
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 |
|---|---|
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
int index) |
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues)
Adds an action test step to a test case, and its initial custom field values.
|
org.squashtest.tm.domain.testcase.ActionTestStep |
CustomTestCaseModificationService.addActionTestStep(long parentTestCaseId,
org.squashtest.tm.domain.testcase.ActionTestStep newTestStep,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
int index)
Adds an action test step to a test case, and its initial custom field values, inserted at the index value
The initial custom field values are passed as a Map
CustomField to the values of the corresponding CustomFieldValue. |
void |
TestCaseLibraryNavigationService.addTestCaseToFolder(long folderId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Integer position)
Adds a TestCase to a folder.
|
void |
TestCaseLibraryNavigationService.addTestCaseToFolder(long folderId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Integer position,
List<Long> milestoneIds)
Adds a TestCase to a folder, and its initial custom field values.
|
void |
TestCaseLibraryNavigationService.addTestCaseToLibrary(long libraryId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Integer position)
Adds a TestCase to the root of the library.
|
void |
TestCaseLibraryNavigationService.addTestCaseToLibrary(long libraryId,
org.squashtest.tm.domain.testcase.TestCase testCase,
Map<Long,org.squashtest.tm.domain.customfield.RawValue> customFieldValues,
Integer position,
List<Long> milestoneIds)
Adds a TestCase to the root of the Library, and its initial custom field values.
|
void |
CustomTestCaseModificationService.changeTestStepsPosition(long testCaseId,
int newPosition,
List<Long> stepIds)
Will move a list of steps to a new position.
|
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) |
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) |
boolean |
CustomTestCaseModificationService.pasteCopiedTestStep(long testCaseId,
long idInsertion,
long copiedTestStepId)
will insert a test step into a test case script, after the step identified by idInsertion.
|
boolean |
CustomTestCaseModificationService.pasteCopiedTestSteps(long testCaseId,
long idInsertion,
List<Long> copiedTestStepIds)
Same as
CustomTestCaseModificationService.pasteCopiedTestStep(long, long, long), accepting a list of step ids |
boolean |
CustomTestCaseModificationService.pasteCopiedTestStepToLastIndex(long testCaseId,
List<Long> copiedTestStepIds)
Same as
CustomTestCaseModificationService.pasteCopiedTestStepToLastIndex(long, long), accepting a list of step ids |
boolean |
CustomTestCaseModificationService.pasteCopiedTestStepToLastIndex(long testCaseId,
long copiedTestStepId)
will insert a test step into a test case script, at the last position.
|
List<org.squashtest.tm.domain.testcase.TestStep> |
CustomTestCaseModificationService.removeListOfSteps(long testCaseId,
List<Long> testStepIds) |
void |
CustomTestCaseModificationService.removeStepFromTestCase(long testCaseId,
long testStepId) |
void |
CustomTestCaseModificationService.removeStepFromTestCaseByIndex(long testCaseId,
int stepIndex) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.