| Package | Description |
|---|---|
| com.atlassian.bamboo.builder | |
| com.atlassian.bamboo.chains | |
| com.atlassian.bamboo.resultsummary | |
| com.atlassian.bamboo.v2.build |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<LifeCycleState> |
LifeCycleState.ACTIVE_STATES |
static EnumSet<LifeCycleState> |
LifeCycleState.FINAL_STATES |
| Modifier and Type | Method and Description |
|---|---|
static LifeCycleState |
LifeCycleState.getInstance(String state)
Returns the appropriate enum value from the given state string
|
static LifeCycleState |
LifeCycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleState[] |
LifeCycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
LifeCycleState.isActive(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isExpectedStateTransition(LifeCycleState oldState,
LifeCycleState newState) |
static boolean |
LifeCycleState.isFinalized(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isFinished(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isInProgress(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isNotBuilt(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isPending(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isQueued(LifeCycleState lifeCycleState) |
static boolean |
LifeCycleState.isWaiting(LifeCycleState lifeCycleState) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
LifeCycleState.lifeCycleStatesToStringCollection(Collection<LifeCycleState> lifeCycleStates) |
| Modifier and Type | Method and Description |
|---|---|
LifeCycleState |
ChainStageResult.getLifeCycleState() |
| Modifier and Type | Method and Description |
|---|---|
LifeCycleState |
ImmutableResultsSummary.getLifeCycleState() |
| Modifier and Type | Method and Description |
|---|---|
Collection<LifeCycleState> |
ResultsSummaryCriteria.getLifeCycleStates() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ResultsSummary> |
BuildResultsSummaryDao.getAllBuildResultSummariesInLifeCycleState(LifeCycleState state,
Class<T> aClass)
Returns all the
BuildResultsSummary in requested lifecycle state. |
<T extends ResultsSummary> |
ResultsSummaryManager.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
Get the
ResultsSummarys for the given Plan in give LifeCycleState that are Results are sorted by build number (descending). |
<T extends ResultsSummary> |
BuildResultsSummaryDao.getResultSummariesForPlanByLifeCycleState(Plan plan,
LifeCycleState lifeCycleState,
int firstResult,
int maxResults)
Get the
ResultsSummarys for the given Plan in give LifeCycleState that are Results are
sorted by build number (descending). |
ResultsSummaryCriteriaBuilder |
ResultsSummaryCriteriaBuilder.setLifeCycleState(LifeCycleState lifeCycleStates) |
void |
ResultsSummaryManager.updateLifeCycleState(BuildContext buildContext,
LifeCycleState lifeCycleState,
BuildState buildState)
Update LifeCycleState and saves the
ResultsSummary for given BuildContext
Updates also timing information |
void |
ResultsSummary.updateLifeCycleState(LifeCycleState lifeCycleState,
BuildState buildState)
Update lifeCycleState and buildState in one go.
|
void |
ResultsSummaryManager.updateLifeCycleState(ResultsSummary resultsSummary,
LifeCycleState lifeCycleState,
BuildState buildState)
Update LifeCycleState and saves the given
ResultsSummary |
| Modifier and Type | Method and Description |
|---|---|
ResultsSummaryCriteriaBuilder |
ResultsSummaryCriteriaBuilder.setLifeCycleState(EnumSet<LifeCycleState> lifeCycleStates) |
void |
ResultsSummaryCriteria.setLifeCycleStates(Set<LifeCycleState> lifeCycleStates) |
| Modifier and Type | Method and Description |
|---|---|
LifeCycleState |
CurrentResult.getLifeCycleState() |
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentResult.setLifeCycleState(LifeCycleState lifeCycleState) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.