Uses of Interface
com.atlassian.bamboo.deployments.execution.DeploymentContext
-
-
Uses of DeploymentContext in com.atlassian.bamboo.analytics
Methods in com.atlassian.bamboo.analytics with parameters of type DeploymentContext Modifier and Type Method Description void
MauService. processActivityForDeployment(DeploymentContext context)
void
MauServiceImpl. processActivityForDeployment(DeploymentContext context)
-
Uses of DeploymentContext in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with parameters of type DeploymentContext Modifier and Type Method Description void
CustomPreDeploymentAction. execute(@NotNull DeploymentContext deploymentContext)
Execute the pre deployment task -
Uses of DeploymentContext in com.atlassian.bamboo.deployments.events
Methods in com.atlassian.bamboo.deployments.events that return DeploymentContext Modifier and Type Method Description @NotNull DeploymentContext
DeploymentContextEvent. getContext()
Constructors in com.atlassian.bamboo.deployments.events with parameters of type DeploymentContext Constructor Description DeploymentContextEvent(@NotNull DeploymentContext context)
DeploymentQueuedEvent(@NotNull DeploymentContext context)
DeploymentTriggeredEvent(@NotNull DeploymentContext context)
-
Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution
Classes in com.atlassian.bamboo.deployments.execution that implement DeploymentContext Modifier and Type Class Description class
DeploymentContextImpl
Methods in com.atlassian.bamboo.deployments.execution that return DeploymentContext Modifier and Type Method Description @NotNull DeploymentContext
DeploymentTaskContext. getDeploymentContext()
-
Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution.events
Methods in com.atlassian.bamboo.deployments.execution.events that return DeploymentContext Modifier and Type Method Description DeploymentContext
DeploymentStartedEvent. getDeploymentContext()
Methods in com.atlassian.bamboo.deployments.execution.events with parameters of type DeploymentContext Modifier and Type Method Description static DeploymentTimingPoints.AgentAssigned
DeploymentTimingPoints. agentAssigned(@NotNull DeploymentContext context, @NotNull Date date, long agentId)
static DeploymentTimingPoints.ExecutionFinished
DeploymentTimingPoints. executionFinished(@NotNull DeploymentContext context, @NotNull Date date)
static DeploymentTimingPoints.ExecutionStarted
DeploymentTimingPoints. executionStarted(@NotNull DeploymentContext context, @NotNull Date date)
static DeploymentTimingPoints.Queued
DeploymentTimingPoints. queued(@NotNull DeploymentContext context, @NotNull Date date)
static DeploymentTimingPoints.SentToAgent
DeploymentTimingPoints. sentToAgent(@NotNull DeploymentContext context, @NotNull Date date, long agentId)
Constructors in com.atlassian.bamboo.deployments.execution.events with parameters of type DeploymentContext Constructor Description DeploymentStartedEvent(DeploymentContext deploymentContext)
-
Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service that return DeploymentContext Modifier and Type Method Description DeploymentContext
DeploymentExecutionService. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason)
Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentContext
DeploymentExecutionService. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn)
Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentContext
DeploymentExecutionServiceImpl. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason)
DeploymentContext
DeploymentExecutionServiceImpl. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn)
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentContext Modifier and Type Method Description void
DeploymentPluginSupport. deploymentStarted(@NotNull DeploymentContext deploymentContext)
void
DeploymentExecutionService. processDeploymentResult(@NotNull DeploymentContext deploymentContext)
Process result that has come back from the agent.void
DeploymentExecutionServiceImpl. processDeploymentResult(@NotNull DeploymentContext deploymentContext)
-
Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution.triggering
Methods in com.atlassian.bamboo.deployments.execution.triggering that return DeploymentContext Modifier and Type Method Description @Nullable DeploymentContext
EnvironmentTriggeringResult. getDeploymentContext()
TheDeploymentContext
produced by a successful execution of aEnvironmentTriggeringAction
@Nullable DeploymentContext
EnvironmentTriggeringResultImpl. getDeploymentContext()
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentContext Constructor Description EnvironmentTriggeringResultImpl(@NotNull ErrorCollection errorCollection, @Nullable DeploymentContext deploymentContext)
-
Uses of DeploymentContext in com.atlassian.bamboo.deployments.plugins
Methods in com.atlassian.bamboo.deployments.plugins with parameters of type DeploymentContext Modifier and Type Method Description void
PreDeploymentQueuedAction. execute(@NotNull DeploymentContext deploymentContext)
Executes the custom action -
Uses of DeploymentContext in com.atlassian.bamboo.plugins.dummy
Methods in com.atlassian.bamboo.plugins.dummy with parameters of type DeploymentContext Modifier and Type Method Description void
DummyPreDeploymentAction. execute(@NotNull DeploymentContext deploymentContext)
void
DummyPreDeploymentQueuedAction. execute(@NotNull DeploymentContext deploymentContext)
-
Uses of DeploymentContext in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return DeploymentContext Modifier and Type Method Description @NotNull DeploymentContext
DeploymentTaskContextImpl. getDeploymentContext()
@Nullable DeploymentContext
TaskExecutionContext. getDeploymentContext()
-