Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties.Trigger
-
Packages that use CreatePlanBranchesProperties.Trigger Package Description com.atlassian.bamboo.specs.api.model.plan.branches 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.Trigger Modifier and Type Method Description CreatePlanBranchesProperties.TriggerCreatePlanBranchesProperties. getTrigger()static CreatePlanBranchesProperties.TriggerCreatePlanBranchesProperties.Trigger. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CreatePlanBranchesProperties.Trigger[]CreatePlanBranchesProperties.Trigger. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type CreatePlanBranchesProperties.Trigger Constructor Description CreatePlanBranchesProperties(CreatePlanBranchesProperties.Trigger trigger, @Nullable java.lang.String matchingPattern)
-