Uses of Class
com.atlassian.bamboo.configuration.external.yaml.properties.branch.MasterBranch
-
Packages that use MasterBranch Package Description com.atlassian.bamboo.configuration.external.yaml.properties.plan -
-
Uses of MasterBranch in com.atlassian.bamboo.configuration.external.yaml.properties.plan
Methods in com.atlassian.bamboo.configuration.external.yaml.properties.plan that return MasterBranch Modifier and Type Method Description @Nullable MasterBranch
Plan. getMasterBranch()
Constructors in com.atlassian.bamboo.configuration.external.yaml.properties.plan with parameters of type MasterBranch Constructor Description Plan(@NotNull String projectKey, @NotNull String key, @NotNull String name, @NotNull String description, @Nullable MasterBranch masterBranch)
-