Uses of Interface
com.atlassian.bamboo.plan.branch.BranchMonitoringConfiguration
-
Packages that use BranchMonitoringConfiguration Package Description com.atlassian.bamboo.build com.atlassian.bamboo.event com.atlassian.bamboo.plan.branch com.atlassian.bamboo.ww2.actions.branch -
-
Uses of BranchMonitoringConfiguration in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as BranchMonitoringConfiguration Modifier and Type Field Description protected BranchMonitoringConfiguration
DefaultBuildDefinition. branchMonitoringConfiguration
Methods in com.atlassian.bamboo.build that return BranchMonitoringConfiguration Modifier and Type Method Description @NotNull BranchMonitoringConfiguration
BuildDefinition. getBranchMonitoringConfiguration()
Returns the current branch monitoring configuration of a build plan.@NotNull BranchMonitoringConfiguration
DefaultBuildDefinition. getBranchMonitoringConfiguration()
@Nullable BranchMonitoringConfiguration
PartialBuildDefinition. getBranchMonitoringConfiguration()
Methods in com.atlassian.bamboo.build with parameters of type BranchMonitoringConfiguration Modifier and Type Method Description void
BuildDefinition. setBranchMonitoringConfiguration(@Nullable BranchMonitoringConfiguration branchMonitoringConfiguration)
void
DefaultBuildDefinition. setBranchMonitoringConfiguration(@Nullable BranchMonitoringConfiguration branchMonitoringConfiguration)
-
Uses of BranchMonitoringConfiguration in com.atlassian.bamboo.event
Constructors in com.atlassian.bamboo.event with parameters of type BranchMonitoringConfiguration Constructor Description ChainBranchConfigUpdatedEvent(Object source, PlanKey planKey, @NotNull BranchMonitoringConfiguration branchMonitoringConfiguration)
-
Uses of BranchMonitoringConfiguration in com.atlassian.bamboo.plan.branch
Classes in com.atlassian.bamboo.plan.branch that implement BranchMonitoringConfiguration Modifier and Type Class Description class
BranchMonitoringConfigurationImpl
Keeps build plan specific plan branch monitoring settings. -
Uses of BranchMonitoringConfiguration in com.atlassian.bamboo.ww2.actions.branch
Methods in com.atlassian.bamboo.ww2.actions.branch with parameters of type BranchMonitoringConfiguration Modifier and Type Method Description protected void
ConfigureBranches. updateBranchMonitoringConfiguration(BranchMonitoringConfiguration branchMonitoringConfiguration)
Updates the branch monitoring configuration with the new values.
-