com.atlassian.bamboo.deployments.container
Class PendingDeploymentResultsRestorationImpl

java.lang.Object
  extended by com.atlassian.bamboo.deployments.container.PendingDeploymentResultsRestorationImpl
All Implemented Interfaces:
PendingDeploymentResultsRestoration

public class PendingDeploymentResultsRestorationImpl
extends Object
implements PendingDeploymentResultsRestoration


Constructor Summary
PendingDeploymentResultsRestorationImpl(DeploymentResultService deploymentResultService, DeploymentsInProgressService deploymentsInProgressService, DeploymentExecutionService deploymentExecutionService)
           
 
Method Summary
 Set<DeploymentResultKey> restoreState()
          Performs cleanup of PENDING deployments at Bamboo start-up.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingDeploymentResultsRestorationImpl

public PendingDeploymentResultsRestorationImpl(DeploymentResultService deploymentResultService,
                                               DeploymentsInProgressService deploymentsInProgressService,
                                               DeploymentExecutionService deploymentExecutionService)
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 interface PendingDeploymentResultsRestoration
Returns:
keys of restored results


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.