Package | Description |
---|---|
com.atlassian.bamboo.specs.api.builders.plan.branches |
Automatic branch creation, integration and cleanup.
|
com.atlassian.bamboo.specs.api.model.plan.branches |
Automatic branch creation, integration and cleanup.
|
com.atlassian.bamboo.specs.api.validators.plan.branch |
Validate configuration of plan branches.
|
com.atlassian.bamboo.specs.codegen.emitters.plan.branches |
Various implementations of
CodeEmitter which are used for converting
PlanBranchManagement -related settings model into Java. |
Modifier and Type | Method and Description |
---|---|
protected BranchCleanupProperties |
BranchCleanup.build() |
Modifier and Type | Method and Description |
---|---|
BranchCleanupProperties |
PlanBranchManagementProperties.getDeletePlanBranch() |
Constructor and Description |
---|
PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch,
BranchCleanupProperties deletePlanBranch,
PlanBranchManagementProperties.TriggeringOption triggeringOption,
TriggerProperties defaultTrigger,
PlanBranchManagementProperties.NotificationStrategy notificationStrategy,
BranchIntegrationProperties branchIntegrationProperties,
boolean issueLinkingEnabled) |
Modifier and Type | Method and Description |
---|---|
static List<ValidationProblem> |
BranchCleanupValidator.validate(BranchCleanupProperties moduleProperties) |
Modifier and Type | Method and Description |
---|---|
String |
BranchCleanupEmitter.emitCode(CodeGenerationContext context,
BranchCleanupProperties entity) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.