Uses of Interface
com.atlassian.bamboo.deployments.execution.DeploymentContext

Packages that use DeploymentContext
com.atlassian.bamboo.deployments.events   
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.deployments.execution.events   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.task   
 

Uses of DeploymentContext in com.atlassian.bamboo.deployments.events
 

Methods in com.atlassian.bamboo.deployments.events that return DeploymentContext
 DeploymentContext DeploymentContextEvent.getContext()
           
 

Constructors in com.atlassian.bamboo.deployments.events with parameters of type DeploymentContext
DeploymentContextEvent(DeploymentContext context)
           
DeploymentTriggeredEvent(DeploymentContext context)
           
 

Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution
 

Classes in com.atlassian.bamboo.deployments.execution that implement DeploymentContext
 class DeploymentContextImpl
           
 

Methods in com.atlassian.bamboo.deployments.execution that return DeploymentContext
 DeploymentContext DeploymentTaskContext.getDeploymentContext()
           
 

Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution.events
 

Methods in com.atlassian.bamboo.deployments.execution.events with parameters of type DeploymentContext
static DeploymentTimingPoints.AgentAssigned DeploymentTimingPoints.agentAssigned(DeploymentContext context, java.util.Date date, long agentId)
           
static DeploymentTimingPoints.ExecutionFinished DeploymentTimingPoints.executionFinished(DeploymentContext context, java.util.Date date)
           
static DeploymentTimingPoints.ExecutionStarted DeploymentTimingPoints.executionStarted(DeploymentContext context, java.util.Date date)
           
static DeploymentTimingPoints.Queued DeploymentTimingPoints.queued(DeploymentContext context, java.util.Date date)
           
 

Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution.service
 

Methods in com.atlassian.bamboo.deployments.execution.service that return DeploymentContext
 DeploymentContext DeploymentExecutionServiceImpl.prepareDeploymentContext(Environment environment, DeploymentVersion deploymentVersion, TriggerReason triggerReason)
           
 DeploymentContext DeploymentExecutionService.prepareDeploymentContext(Environment environment, DeploymentVersion deploymentVersion, TriggerReason triggerReason)
          Prepare DeploymentContext out of Environment and DeploymentVersion
 

Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentContext
 void DeploymentExecutionServiceImpl.execute(DeploymentContext deploymentContext)
           
 void DeploymentExecutionService.execute(DeploymentContext deploymentContext)
          Start DeploymentContext execution.
 void DeploymentExecutionServiceImpl.processDeploymentResult(DeploymentContext deploymentContext)
           
 void DeploymentExecutionService.processDeploymentResult(DeploymentContext deploymentContext)
          Process result that has come back from the agent.
 

Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution.triggering
 

Methods in com.atlassian.bamboo.deployments.execution.triggering that return DeploymentContext
 DeploymentContext EnvironmentTriggeringResultImpl.getDeploymentContext()
           
 DeploymentContext EnvironmentTriggeringResult.getDeploymentContext()
          The DeploymentContext produced by a successful execution of a EnvironmentTriggeringAction
 

Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentContext
EnvironmentTriggeringResultImpl(ErrorCollection errorCollection, DeploymentContext deploymentContext)
           
 

Uses of DeploymentContext in com.atlassian.bamboo.task
 

Methods in com.atlassian.bamboo.task that return DeploymentContext
 DeploymentContext TaskExecutionContext.getDeploymentContext()
           
 DeploymentContext DeploymentTaskContextImpl.getDeploymentContext()
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.