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 voidMauService. 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 DeploymentContext Modifier and Type Method Description voidCustomPreDeploymentAction. 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 DeploymentContextDeploymentContextEvent. 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 classDeploymentContextImplMethods in com.atlassian.bamboo.deployments.execution that return DeploymentContext Modifier and Type Method Description @NotNull DeploymentContextDeploymentTaskContext. 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 DeploymentContextDeploymentStartedEvent. getDeploymentContext()Methods in com.atlassian.bamboo.deployments.execution.events with parameters of type DeploymentContext Modifier and Type Method Description static DeploymentTimingPoints.AgentAssignedDeploymentTimingPoints. agentAssigned(@NotNull DeploymentContext context, @NotNull Date date, long agentId)static DeploymentTimingPoints.ExecutionFinishedDeploymentTimingPoints. executionFinished(@NotNull DeploymentContext context, @NotNull Date date)static DeploymentTimingPoints.ExecutionStartedDeploymentTimingPoints. executionStarted(@NotNull DeploymentContext context, @NotNull Date date)static DeploymentTimingPoints.QueuedDeploymentTimingPoints. queued(@NotNull DeploymentContext context, @NotNull Date date)static DeploymentTimingPoints.SentToAgentDeploymentTimingPoints. 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 DeploymentContextDeploymentExecutionService. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason)Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentContextDeploymentExecutionService. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason, boolean isVerboseLoggingOn)Prepare DeploymentContext out of Environment and DeploymentVersionDeploymentContextDeploymentExecutionServiceImpl. prepareDeploymentContext(@NotNull Environment environment, @NotNull DeploymentVersion deploymentVersion, @NotNull TriggerReason triggerReason)DeploymentContextDeploymentExecutionServiceImpl. 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 voidDeploymentPluginSupport. 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 DeploymentContext Modifier and Type Method Description @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 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 voidPreDeploymentQueuedAction. 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 voidDummyPreDeploymentAction. 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 DeploymentContext Modifier and Type Method Description @NotNull DeploymentContextDeploymentTaskContextImpl. getDeploymentContext()@Nullable DeploymentContextTaskExecutionContext. getDeploymentContext()
-