Uses of Class
com.atlassian.bamboo.plan.branch.BranchSpecificConfiguration
Packages that use BranchSpecificConfiguration
-
Uses of BranchSpecificConfiguration in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as BranchSpecificConfigurationModifier and TypeFieldDescriptionprotected BranchSpecificConfiguration
DefaultBuildDefinition.branchSpecificConfiguration
Methods in com.atlassian.bamboo.build that return BranchSpecificConfigurationModifier and TypeMethodDescription@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 BranchSpecificConfigurationModifier and TypeMethodDescriptionvoid
BuildDefinition.setBranchSpecificConfiguration
(BranchSpecificConfiguration branchSpecificConfiguration) void
DefaultBuildDefinition.setBranchSpecificConfiguration
(BranchSpecificConfiguration branchSpecificConfiguration)