Uses of Interface
com.atlassian.bamboo.deployments.execution.triggering.EnvironmentTriggeringAction
Package
Description
-
Uses of EnvironmentTriggeringAction in com.atlassian.bamboo.deployments.execution.service
Modifier and TypeMethodDescriptionDeploymentExecutionService.execute
(Environment environment, @NotNull EnvironmentTriggeringAction action) Start DeploymentContext execution.DeploymentExecutionServiceImpl.execute
(Environment environment, @NotNull EnvironmentTriggeringAction action) -
Uses of EnvironmentTriggeringAction in com.atlassian.bamboo.deployments.execution.triggering
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionEnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction
(@NotNull Environment environment, @NotNull PlanResultKey planResultKey) CreatesEnvironmentTriggeringAction
used when Environment is triggered by a successful execution of aChain
EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction
(@NotNull Environment environment, @NotNull PlanResultKey planResultKey) 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.EnvironmentTriggeringActionFactoryImpl.createManualEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull DeploymentVersion version, @NotNull com.atlassian.user.User user, @org.jetbrains.annotations.NotNull boolean isVerboseLoggingOn) EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey) Deprecated.since 5.10EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String, String> triggerConfiguration) CreatesEnvironmentTriggeringAction
used during scheduled execution of Environment.EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey) EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction
(@NotNull Environment environment, @NotNull PlanKey sourceBranchKey, @NotNull Map<String, String> triggerConfiguration) -
Uses of EnvironmentTriggeringAction in com.atlassian.bamboo.trigger.dependency
Modifier and TypeClassDescriptionclass
class