Uses of Enum Class
com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.TriggeringOption
Package
Description
Automatic branch creation, integration and cleanup.
Various implementations of
CodeEmitter
which are used for converting
PlanBranchManagement
-related settings model into Java.-
Uses of PlanBranchManagementProperties.TriggeringOption in com.atlassian.bamboo.specs.api.model.plan.branches
Modifier and TypeMethodDescriptionPlanBranchManagementProperties.getTriggeringOption()
Returns the enum constant of this class with the specified name.PlanBranchManagementProperties.TriggeringOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlanBranchManagementProperties
(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of PlanBranchManagementProperties.TriggeringOption in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
Modifier and TypeMethodDescription@NotNull String
TriggeringOptionEmitter.emitCode
(@NotNull CodeGenerationContext context, PlanBranchManagementProperties.TriggeringOption value)