Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.PlanBranchManagementProperties
-
Packages that use PlanBranchManagementProperties Package Description com.atlassian.bamboo.specs.api.builders.plan.branches Automatic branch creation, integration and cleanup.com.atlassian.bamboo.specs.api.model.plan Plan, plan branches, stages and jobs. -
-
Uses of PlanBranchManagementProperties in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches that return PlanBranchManagementProperties Modifier and Type Method Description protected PlanBranchManagementPropertiesPlanBranchManagement. build() -
Uses of PlanBranchManagementProperties in com.atlassian.bamboo.specs.api.model.plan
Methods in com.atlassian.bamboo.specs.api.model.plan that return PlanBranchManagementProperties Modifier and Type Method Description @NotNull PlanBranchManagementPropertiesPlanProperties. getPlanBranchManagementProperties()Constructors in com.atlassian.bamboo.specs.api.model.plan with parameters of type PlanBranchManagementProperties Constructor Description PlanProperties(BambooOidProperties oid, BambooKeyProperties key, java.lang.String name, java.lang.String description, ProjectProperties project, java.util.List<StageProperties> stages, java.util.List<PlanRepositoryLinkProperties> repositories, java.util.List<TriggerProperties> triggers, java.util.List<VariableProperties> variables, boolean enabled, java.util.Collection<PluginConfigurationProperties> pluginConfigurations, PlanBranchManagementProperties planBranchManagementProperties, DependenciesProperties dependenciesProperties, @Nullable RepositoryStoredSpecsData repositoryStoredSpecsData, @NotNull java.util.List<NotificationProperties> notifications, java.util.List<VcsRepositoryBranchProperties> repositoryBranches, java.util.List<LabelProperties> labels, @Nullable PlanBranchConfigurationProperties planBranchConfiguration)
-