Uses of Class
com.atlassian.bamboo.specs.api.model.plan.branches.BranchCleanupProperties
Packages that use BranchCleanupProperties
Package
Description
Automatic branch creation, integration and cleanup.
Automatic branch creation, integration and cleanup.
Validate configuration of plan branches.
Various implementations of
CodeEmitter which are used for converting
PlanBranchManagement-related settings model into Java.-
Uses of BranchCleanupProperties in com.atlassian.bamboo.specs.api.builders.plan.branches
Methods in com.atlassian.bamboo.specs.api.builders.plan.branches that return BranchCleanupProperties -
Uses of BranchCleanupProperties in com.atlassian.bamboo.specs.api.model.plan.branches
Methods in com.atlassian.bamboo.specs.api.model.plan.branches that return BranchCleanupPropertiesModifier and TypeMethodDescription@Nullable BranchCleanupPropertiesPlanBranchManagementProperties.getDeletePlanBranch()Constructors in com.atlassian.bamboo.specs.api.model.plan.branches with parameters of type BranchCleanupPropertiesModifierConstructorDescriptionPlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch, BranchCleanupProperties deletePlanBranch, PlanBranchManagementProperties.TriggeringOption triggeringOption, TriggerProperties defaultTrigger, PlanBranchManagementProperties.NotificationStrategy notificationStrategy, BranchIntegrationProperties branchIntegrationProperties, boolean issueLinkingEnabled) -
Uses of BranchCleanupProperties in com.atlassian.bamboo.specs.api.validators.plan.branch
Methods in com.atlassian.bamboo.specs.api.validators.plan.branch with parameters of type BranchCleanupPropertiesModifier and TypeMethodDescriptionstatic @NotNull List<ValidationProblem>BranchCleanupValidator.validate(@NotNull BranchCleanupProperties moduleProperties) -
Uses of BranchCleanupProperties in com.atlassian.bamboo.specs.codegen.emitters.plan.branches
Methods in com.atlassian.bamboo.specs.codegen.emitters.plan.branches with parameters of type BranchCleanupPropertiesModifier and TypeMethodDescription@NotNull StringBranchCleanupEmitter.emitCode(@NotNull CodeGenerationContext context, @NotNull BranchCleanupProperties entity)