| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.model.plan.branches |
Automatic branch creation, integration and cleanup.
|
| 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 |
|---|---|
PlanBranchManagementProperties.NotificationStrategy |
PlanBranchManagementProperties.getNotificationStrategy() |
static PlanBranchManagementProperties.NotificationStrategy |
PlanBranchManagementProperties.NotificationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanBranchManagementProperties.NotificationStrategy[] |
PlanBranchManagementProperties.NotificationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PlanBranchManagementProperties(CreatePlanBranchesProperties createPlanBranch,
BranchCleanupProperties deletePlanBranch,
PlanBranchManagementProperties.TriggeringOption triggeringOption,
PlanBranchManagementProperties.NotificationStrategy notificationStrategy,
BranchIntegrationProperties branchIntegrationProperties,
boolean issueLinkingEnabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
NotificationStrategyEmitter.emitCode(CodeGenerationContext context,
PlanBranchManagementProperties.NotificationStrategy value) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.