Class PendingDeploymentResultsRestorationImpl
- java.lang.Object
-
- com.atlassian.bamboo.deployments.container.PendingDeploymentResultsRestorationImpl
-
- All Implemented Interfaces:
PendingDeploymentResultsRestoration
public class PendingDeploymentResultsRestorationImpl extends Object implements PendingDeploymentResultsRestoration
-
-
Constructor Summary
Constructors Constructor Description PendingDeploymentResultsRestorationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<DeploymentResultKey>
restoreState()
Performs cleanup of PENDING deployments at Bamboo start-up.
-
-
-
Method Detail
-
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 interfacePendingDeploymentResultsRestoration
- Returns:
- keys of restored results
-
-