| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
CustomIterationModificationService.simulateDeletion(List<Long> targetIds)
that method should investigate the consequences of the deletion request, and return a report about what will
happen.
|
List<SuppressionPreviewReport> |
CampaignLibraryNavigationService.simulateIterationDeletion(List<Long> targetIds)
that method should investigate the consequences of the deletion request of iterations, and return a report about
what will happen.
|
List<SuppressionPreviewReport> |
CampaignLibraryNavigationService.simulateSuiteDeletion(List<Long> targetIds)
that method should investigate the consequences of the deletion request of tes suites, and return a report about
what will happen.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
CustomReportLibraryNodeService.simulateDeletion(List<Long> nodeIds) |
| Modifier and Type | Class and Description |
|---|---|
class |
BoundToLockedMilestonesReport |
class |
BoundToMultipleMilestonesReport |
class |
BoundToNotSelectedTestSuite |
class |
LinkedToIterationPreviewReport |
class |
MilestoneModeNoFolderDeletion
This notifies the user that he tried to remove a folder in milestone mode, yet that folder has a content he cannot see
because they won't show indeed in the interface.
|
class |
MilestoneRuleReport |
class |
NotDeletableCampaignsPreviewReport |
class |
NotDeletablePreviewReport |
class |
SingleOrMultipleMilestonesReport |
| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
ExecutionModificationService.simulateExecutionDeletion(Long execId)
that method should investigate the consequences of the deletion of the given executions, and return a report
about what will happen.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
CustomIterationModificationServiceImpl.simulateDeletion(List<Long> targetIds) |
List<SuppressionPreviewReport> |
CampaignNodeDeletionHandler.simulateExecutionDeletion(Long execId)
That method should investigate the consequences of the deletion of the given executions, and return a report
about what will happen.
|
List<SuppressionPreviewReport> |
CampaignNodeDeletionHandler.simulateIterationDeletion(List<Long> targetIds)
That method should investigate the consequences of the deletion of the given iterations, and return a report
about what will happen.
|
List<SuppressionPreviewReport> |
CampaignLibraryNavigationServiceImpl.simulateIterationDeletion(List<Long> targetIds) |
List<SuppressionPreviewReport> |
CampaignNodeDeletionHandler.simulateSuiteDeletion(List<Long> targetIds)
That method should investigate the consequences of the deletion of the given test suites, and return a report
about what will happen.
|
List<SuppressionPreviewReport> |
CampaignLibraryNavigationServiceImpl.simulateSuiteDeletion(List<Long> targetIds) |
| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
CRLNDeletionHandler.simulateDeletion(List<Long> targetIds)
For customReport workspace v1 all descendant nodes are suppressed.
|
List<SuppressionPreviewReport> |
CustomReportLibraryNodeServiceImpl.simulateDeletion(List<Long> nodeIds) |
List<SuppressionPreviewReport> |
TreeLibraryNodeDeletionHandler.simulateDeletion(List<Long> targetIds)
(see above for definitions) That method should investigate the consequences of the deletion request, and return a report about what will happen.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SuppressionPreviewReport> |
CampaignDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds) |
protected List<SuppressionPreviewReport> |
TestCaseNodeDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds) |
protected List<SuppressionPreviewReport> |
RequirementDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds) |
protected abstract List<SuppressionPreviewReport> |
AbstractNodeDeletionHandler.diagnoseSuppression(List<Long> nodeIds)
Given their ids, that method should check the nodes and actually report the informations as specified in
NodeDeletionHandler.simulateDeletion(List). |
List<SuppressionPreviewReport> |
AbstractNodeDeletionHandler.simulateDeletion(List<Long> targetIds)
|
List<SuppressionPreviewReport> |
CampaignDeletionHandlerImpl.simulateExecutionDeletion(Long execId) |
List<SuppressionPreviewReport> |
CampaignDeletionHandlerImpl.simulateIterationDeletion(List<Long> targetIds) |
List<SuppressionPreviewReport> |
CampaignDeletionHandlerImpl.simulateSuiteDeletion(List<Long> targetIds) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestCaseNodeDeletionHandlerImpl.reportExecutedTestCases(List<Long> nodeIds,
List<SuppressionPreviewReport> preview) |
protected void |
TestCaseNodeDeletionHandlerImpl.reportLocksByCallSteps(List<Long> nodeIds,
List<SuppressionPreviewReport> preview) |
protected void |
CampaignDeletionHandlerImpl.reportLocksByInsufficientPrivileges(List<org.squashtest.tm.domain.campaign.Campaign> campaigns,
List<SuppressionPreviewReport> reportList) |
protected void |
CampaignDeletionHandlerImpl.reportLocksByMilestone(List<Long> nodeIds,
List<SuppressionPreviewReport> reportList) |
protected void |
RequirementDeletionHandlerImpl.reportLocksByMilestone(List<Long> nodeIds,
List<SuppressionPreviewReport> preview) |
protected void |
TestCaseNodeDeletionHandlerImpl.reportLocksByMilestones(List<Long> nodeIds,
List<SuppressionPreviewReport> preview) |
protected void |
CampaignDeletionHandlerImpl.reportMultipleMilestoneBinding(List<Long> campaignIds,
List<SuppressionPreviewReport> reportList) |
protected void |
TestCaseNodeDeletionHandlerImpl.reportMultipleMilestoneBinding(List<Long> testCaseIds,
List<SuppressionPreviewReport> preview) |
protected void |
RequirementDeletionHandlerImpl.reportMultipleMilestoneBinding(List<Long> targetVersionIds,
List<SuppressionPreviewReport> preview) |
protected void |
CampaignDeletionHandlerImpl.reportNoFoldersAllowed(List<Long> folderIds,
List<SuppressionPreviewReport> reportList) |
protected void |
TestCaseNodeDeletionHandlerImpl.reportNoFoldersAllowed(List<Long> folderIds,
List<SuppressionPreviewReport> preview) |
protected void |
RequirementDeletionHandlerImpl.reportNoFoldersAllowed(List<Long> folderIds,
List<SuppressionPreviewReport> preview) |
protected void |
RequirementDeletionHandlerImpl.reportVersionLocksByMilestone(List<Long> versionIds,
List<SuppressionPreviewReport> preview) |
| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
ExecutionModificationServiceImpl.simulateExecutionDeletion(Long execId) |
| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
NodeDeletionHandler.simulateDeletion(List<Long> targetIds)
(see above for definitions) That method should investigate the consequences of the deletion request, and return a report about what will happen.
|
List<SuppressionPreviewReport> |
AbstractLibraryNavigationService.simulateDeletion(List<Long> targetIds) |
| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
LibraryNavigationService.simulateDeletion(List<Long> targetIds)
that method should investigate the consequences of the deletion request, and return a report about what will
happen.
|
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.