Uses of Enum Class
com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties.Trigger
Packages that use CreatePlanBranchesProperties.Trigger
Package
Description
Automatic branch creation, integration and cleanup.
-
Uses of CreatePlanBranchesProperties.Trigger in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return CreatePlanBranchesProperties.TriggerModifier 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.Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type CreatePlanBranchesProperties.TriggerModifierConstructorDescriptionCreatePlanBranchesProperties(CreatePlanBranchesProperties.Trigger trigger, @Nullable String matchingPattern)