| 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 | Class and Description |
|---|---|
class |
LinkedToIterationPreviewReport |
class |
NotDeletableCampaignsPreviewReport |
class |
NotDeletablePreviewReport |
| 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> |
CampaignLibraryNavigationServiceImpl.simulateIterationDeletion(List<Long> targetIds) |
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.simulateSuiteDeletion(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.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SuppressionPreviewReport> |
CampaignDeletionHandlerImpl.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). |
protected List<SuppressionPreviewReport> |
TestCaseNodeDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds) |
protected List<SuppressionPreviewReport> |
RequirementDeletionHandlerImpl.diagnoseSuppression(List<Long> nodeIds) |
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 |
|---|---|
List<SuppressionPreviewReport> |
ExecutionModificationServiceImpl.simulateExecutionDeletion(Long execId) |
| Modifier and Type | Method and Description |
|---|---|
List<SuppressionPreviewReport> |
AbstractLibraryNavigationService.simulateDeletion(List<Long> targetIds) |
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.
|
| 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-2014 Henix, henix.fr. All Rights Reserved.