Uses of Class
com.atlassian.bamboo.plan.branch.BranchSpecificConfiguration
-
Packages that use BranchSpecificConfiguration Package Description com.atlassian.bamboo.build -
-
Uses of BranchSpecificConfiguration in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as BranchSpecificConfiguration Modifier and Type Field Description protected BranchSpecificConfiguration
DefaultBuildDefinition. branchSpecificConfiguration
Methods in com.atlassian.bamboo.build that return BranchSpecificConfiguration Modifier and Type Method Description @NotNull BranchSpecificConfiguration
BuildDefinition. getBranchSpecificConfiguration()
Returns any configuration that is specific to a branch plan, and not so relevant for a normal plan.@NotNull BranchSpecificConfiguration
DefaultBuildDefinition. getBranchSpecificConfiguration()
@Nullable BranchSpecificConfiguration
PartialBuildDefinition. getBranchSpecificConfiguration()
Returns any configuration that is specific to a branch plan, and not so relevant for a normal plan.Methods in com.atlassian.bamboo.build with parameters of type BranchSpecificConfiguration Modifier and Type Method Description void
BuildDefinition. setBranchSpecificConfiguration(BranchSpecificConfiguration branchSpecificConfiguration)
void
DefaultBuildDefinition. setBranchSpecificConfiguration(BranchSpecificConfiguration branchSpecificConfiguration)
-