com.atlassian.bamboo.deployments.container
Class PendingDeploymentResultsRestorationImpl
java.lang.Object
com.atlassian.bamboo.deployments.container.PendingDeploymentResultsRestorationImpl
- All Implemented Interfaces:
- PendingDeploymentResultsRestoration
public class PendingDeploymentResultsRestorationImpl
- extends Object
- implements PendingDeploymentResultsRestoration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendingDeploymentResultsRestorationImpl
public PendingDeploymentResultsRestorationImpl(DeploymentResultService deploymentResultService,
DeploymentsInProgressService deploymentsInProgressService,
DeploymentExecutionService deploymentExecutionService)
restoreState
public Set<DeploymentResultKey> restoreState()
- Description copied from interface:
PendingDeploymentResultsRestoration
- Performs cleanup of PENDING deployments at Bamboo start-up.
Restores PENDING results' runtime state or converts them into NOT_BUILD
- Specified by:
restoreState
in interface PendingDeploymentResultsRestoration
- Returns:
- keys of restored results
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.