Uses of Interface
com.atlassian.bamboo.deployments.execution.triggering.EnvironmentTriggeringAction
-
-
Uses of EnvironmentTriggeringAction in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type EnvironmentTriggeringAction Modifier and Type Method Description ExecutionRequestResult
DeploymentExecutionService. execute(Environment environment, @NotNull EnvironmentTriggeringAction action)
Start DeploymentContext execution.ExecutionRequestResult
DeploymentExecutionServiceImpl. execute(Environment environment, @NotNull EnvironmentTriggeringAction action)
-
Uses of EnvironmentTriggeringAction in com.atlassian.bamboo.deployments.execution.triggering
Classes in com.atlassian.bamboo.deployments.execution.triggering that implement EnvironmentTriggeringAction Modifier and Type Class Description class
AfterSuccessfulPlanEnvironmentTriggeringAction
class
ManualEnvironmentTriggeringAction
class
ScheduledEnvironmentTriggeringAction
Methods in com.atlassian.bamboo.deployments.execution.triggering that return EnvironmentTriggeringAction Modifier and Type Method Description EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment, @NotNull PlanResultKey planResultKey)
CreatesEnvironmentTriggeringAction
used when Environment is triggered by a successful execution of aChain
EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment, @NotNull PlanResultKey planResultKey)
EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. createManualEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn)
CreatesEnvironmentTriggeringAction
used during manual execution of Environment.EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createManualEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn)
EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey)
Deprecated.since 5.10EnvironmentTriggeringAction
EnvironmentTriggeringActionFactory. createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String,String> triggerConfiguration)
CreatesEnvironmentTriggeringAction
used during scheduled execution of Environment.EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey)
EnvironmentTriggeringAction
EnvironmentTriggeringActionFactoryImpl. createScheduledEnvironmentTriggeringAction(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String,String> triggerConfiguration)
-
Uses of EnvironmentTriggeringAction in com.atlassian.bamboo.trigger.dependency
Classes in com.atlassian.bamboo.trigger.dependency that implement EnvironmentTriggeringAction Modifier and Type Class Description class
AfterSuccessfulDeploymentEnvironmentTriggeringAction
class
AfterSuccessfulStageTriggeringAction
-