Uses of Enum Class
com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties.Trigger
Package
Description
Automatic branch creation, integration and cleanup.
-
Uses of CreatePlanBranchesProperties.Trigger in com.atlassian.bamboo.specs.api.model.plan.branches
Modifier and TypeMethodDescriptionCreatePlanBranchesProperties.getTrigger()
Returns the enum constant of this class with the specified name.static CreatePlanBranchesProperties.Trigger[]
CreatePlanBranchesProperties.Trigger.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCreatePlanBranchesProperties
(CreatePlanBranchesProperties.Trigger trigger, @Nullable String matchingPattern)