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 TypeMethodDescriptionvoidMauService.processActivityForDeployment(DeploymentContext context) voidMauServiceImpl.processActivityForDeployment(DeploymentContext context) -
Uses of DeploymentContext in com.atlassian.bamboo.deployments
Methods in com.atlassian.bamboo.deployments with parameters of type DeploymentContextModifier and TypeMethodDescriptionvoidCustomPreDeploymentAction.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 DeploymentContextModifierConstructorDescriptionprotectedDeploymentContextEvent(@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 DeploymentContextDeploymentTaskContext.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 TypeMethodDescriptionvoidDeploymentPluginSupport.deploymentStarted(@NotNull DeploymentContext deploymentContext) voidDeploymentExecutionService.processDeploymentResult(@NotNull DeploymentContext deploymentContext) Process result that has come back from the agent.voidDeploymentExecutionServiceImpl.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 DeploymentContextEnvironmentTriggeringResult.getDeploymentContext()TheDeploymentContextproduced by a successful execution of aEnvironmentTriggeringAction@Nullable DeploymentContextEnvironmentTriggeringResultImpl.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 TypeMethodDescriptionvoidPreDeploymentQueuedAction.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 TypeMethodDescriptionvoidDummyPreDeploymentAction.execute(@NotNull DeploymentContext deploymentContext) voidDummyPreDeploymentQueuedAction.execute(@NotNull DeploymentContext deploymentContext) -
Uses of DeploymentContext in com.atlassian.bamboo.task
Methods in com.atlassian.bamboo.task that return DeploymentContextModifier and TypeMethodDescription@NotNull DeploymentContextDeploymentTaskContextImpl.getDeploymentContext()@Nullable DeploymentContextTaskExecutionContext.getDeploymentContext()