Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.CreatePlanBranchesProperties
-
Packages that use CreatePlanBranchesProperties Package Description com.atlassian.bamboo.specs.api.model.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.validators.plan.branch Validate configuration of plan branches. -
-
Uses of CreatePlanBranchesProperties in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return CreatePlanBranchesProperties Modifier and Type Method Description @Nullable CreatePlanBranchesPropertiesPlanBranchManagementProperties. getCreatePlanBranch()Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type CreatePlanBranchesProperties Constructor Description PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of CreatePlanBranchesProperties in com.atlassian.bamboo.specs.api.validators.plan.branch
Methods in com.atlassian.bamboo.specs.api.validators.plan.branch with parameters of type CreatePlanBranchesProperties Modifier and Type Method Description static @NotNull List<ValidationProblem>BranchCreationValidator. validate(@NotNull CreatePlanBranchesProperties branchCreationProperties)
-