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