Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.branch.CreatePlanBranchSettings
-
Packages that use CreatePlanBranchSettings Package Description com.atlassian.bamboo.configuration.external.yaml.properties.branch -
-
Uses of CreatePlanBranchSettings in com.atlassian.bamboo.configuration.external.yaml.properties.branch
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.branch that return CreatePlanBranchSettings Modifier and Type Method Description @NotNull CreatePlanBranchSettings
BranchManagementConfiguration. getCreatePlanBranchSettings()
Constructors in com.atlassian.bamboo.configuration.external.yaml.properties.branch with parameters of type CreatePlanBranchSettings Constructor Description BranchManagementConfiguration(@NotNull CreatePlanBranchSettings createPlanBranchSettings, @Nullable DeletePlanBranchSettings deletePlanBranchSettings, @Nullable BranchIntegrationSettings branchIntegrationSettings, boolean linkToJira)
-