Uses of Enum Class
com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties.TriggeringOption
Packages that use 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
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return PlanBranchManagementProperties.TriggeringOptionModifier 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.Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type PlanBranchManagementProperties.TriggeringOptionModifierConstructorDescriptionPlanBranchManagementProperties(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
Methods in com.atlassian.bamboo.specs.codegen.emitters.plan.branches with parameters of type PlanBranchManagementProperties.TriggeringOptionModifier and TypeMethodDescription@NotNull StringTriggeringOptionEmitter.emitCode(@NotNull CodeGenerationContext context, PlanBranchManagementProperties.TriggeringOption value)