public interface EnvironmentTriggeringActionFactory
EnvironmentTriggeringAction| Modifier and Type | Method and Description |
|---|---|
EnvironmentTriggeringAction |
createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull Environment environment,
@NotNull PlanResultKey planResultKey)
Creates
EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chain |
EnvironmentTriggeringAction |
createManualEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull DeploymentVersion version,
@NotNull com.atlassian.user.User user,
@NotNull boolean isVerboseLoggingOn)
Creates
EnvironmentTriggeringAction used during manual execution of Environment. |
EnvironmentTriggeringAction |
createScheduledEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull PlanKey sourceBranchKey)
Deprecated.
since 5.10
|
EnvironmentTriggeringAction |
createScheduledEnvironmentTriggeringAction(@NotNull Environment environment,
@NotNull PlanKey sourceBranchKey,
@NotNull Map<String,String> triggerConfiguration)
Creates
EnvironmentTriggeringAction used during scheduled execution of Environment. |
@Deprecated EnvironmentTriggeringAction createScheduledEnvironmentTriggeringAction(@NotNull @NotNull Environment environment, @NotNull @NotNull PlanKey sourceBranchKey)
EnvironmentTriggeringAction used during scheduled execution of Environment.environment - environment to be deployedsourceBranchKey - key of branchEnvironmentTriggeringAction createScheduledEnvironmentTriggeringAction(@NotNull @NotNull Environment environment, @NotNull @NotNull PlanKey sourceBranchKey, @NotNull @NotNull Map<String,String> triggerConfiguration)
EnvironmentTriggeringAction used during scheduled execution of Environment.environment - environment to be deployedsourceBranchKey - key of branchtriggerConfiguration - configuration of triggerEnvironmentTriggeringAction createManualEnvironmentTriggeringAction(@NotNull @NotNull Environment environment, @NotNull @NotNull DeploymentVersion version, @NotNull @NotNull com.atlassian.user.User user, @NotNull @NotNull boolean isVerboseLoggingOn)
EnvironmentTriggeringAction used during manual execution of Environment.environment - version - user - EnvironmentTriggeringAction createAfterSuccessfulPlanEnvironmentTriggerAction(@NotNull @NotNull Environment environment, @NotNull @NotNull PlanResultKey planResultKey)
EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chainenvironment - planResultKey - Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.