Uses of Interface
com.atlassian.bamboo.deployments.execution.DeploymentContext
Packages that use DeploymentContext
Package
Description
-
Uses of DeploymentContext in com.atlassian.bamboo.analytics
Methods in com.atlassian.bamboo.analytics with parameters of type DeploymentContextModifier and TypeMethodDescriptionvoid
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 DeploymentContextModifier and TypeMethodDescriptionvoid
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 DeploymentContextConstructors in com.atlassian.bamboo.deployments.events with parameters of type DeploymentContextModifierConstructorDescriptionprotected
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 DeploymentContextMethods in com.atlassian.bamboo.deployments.execution that return DeploymentContextModifier and TypeMethodDescription@NotNull DeploymentContext
DeploymentTaskContext.getDeploymentContext()
-
Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution.events
Methods in com.atlassian.bamboo.deployments.execution.events that return DeploymentContextMethods in com.atlassian.bamboo.deployments.execution.events with parameters of type DeploymentContextModifier and TypeMethodDescriptionDeploymentTimingPoints.agentAssigned
(@NotNull DeploymentContext context, @NotNull Date date, long agentId) DeploymentTimingPoints.executionFinished
(@NotNull DeploymentContext context, @NotNull Date date) DeploymentTimingPoints.executionStarted
(@NotNull DeploymentContext context, @NotNull Date date) DeploymentTimingPoints.queued
(@NotNull DeploymentContext context, @NotNull Date date) DeploymentTimingPoints.sentToAgent
(@NotNull DeploymentContext context, @NotNull Date date, long agentId) Constructors in com.atlassian.bamboo.deployments.execution.events with parameters of type DeploymentContext -
Uses of DeploymentContext in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service that return DeploymentContextModifier and TypeMethodDescriptionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionService.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn) Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentExecutionServiceImpl.prepareDeploymentContext
(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason) 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 DeploymentContextModifier and TypeMethodDescriptionvoid
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 DeploymentContextModifier and TypeMethodDescription@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 DeploymentContextModifierConstructorDescriptionEnvironmentTriggeringResultImpl
(@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 DeploymentContextModifier and TypeMethodDescriptionvoid
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 DeploymentContextModifier and TypeMethodDescriptionvoid
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 DeploymentContextModifier and TypeMethodDescription@NotNull DeploymentContext
DeploymentTaskContextImpl.getDeploymentContext()
@Nullable DeploymentContext
TaskExecutionContext.getDeploymentContext()