| Package | Description |
|---|---|
| com.atlassian.bamboo.chains.branches | |
| com.atlassian.bamboo.plan.branch |
| Modifier and Type | Method and Description |
|---|---|
BranchIntegrationStrategy |
MergeResultSummaryImpl.getIntegrationStrategy() |
BranchIntegrationStrategy |
MergeResultSummary.getIntegrationStrategy()
Should not be null, however legacy data may exist that doesn't have this value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeResultSummaryImpl.setIntegrationStrategy(BranchIntegrationStrategy integrationStrategy) |
void |
MergeResultSummary.setIntegrationStrategy(BranchIntegrationStrategy elemEnumValue) |
| Constructor and Description |
|---|
MergeResultSummaryImpl(BranchIntegrationStrategy integrationStrategy) |
| Modifier and Type | Method and Description |
|---|---|
BranchIntegrationStrategy |
BranchIntegrationConfigurationImpl.getStrategy() |
BranchIntegrationStrategy |
BranchIntegrationConfiguration.getStrategy() |
static BranchIntegrationStrategy |
BranchIntegrationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BranchIntegrationStrategy[] |
BranchIntegrationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BranchIntegrationConfigurationImpl(BranchIntegrationStrategy strategy,
PlanKey configuredBranch,
boolean pushEnabled) |
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.