Package com.atlassian.bamboo.chains.plugins
-
Interface Summary Interface Description PostChainAction Custom action that runs after theChain
has finished executingPostJobAction Custom action that runs after aJob
has finished executing as part of aChainStage
PostStageAction Custom action that runs after theChainStage
has finished executingPreChainAction Custom action that runs before theChain
has started executingPreJobAction Custom action that runs before aJob
has been queued as part of aChainStage
PrePostTaskActions Custom actions that run before and after a build task (TaskType
), a deployment task (com.atlassian.bamboo.deployments.execution.DeploymentTaskType, or a common task (CommonTaskType
) in a build or a deployment plan.PreStageAction Custom action that runs before theChainStage
has started executingRestartFailedStageAction Custom action that runs before a failedChainStage
has been restarted.ResumeManualStageAction Custom action that runs before the manualChainStage
has been continuedStopOnManualStageAction Custom action that runs after theChainStage
has stopped execution on manual stage.