| Package | Description |
|---|---|
| com.atlassian.bamboo.build | |
| com.atlassian.bamboo.chains | |
| com.atlassian.bamboo.deletion | |
| com.atlassian.bamboo.plan.cache |
| Modifier and Type | Method and Description |
|---|---|
ChainStage |
Job.getStage()
The
ChainStage that this Job is a member of |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setStage(ChainStage stage) |
| Modifier and Type | Method and Description |
|---|---|
ChainStage |
Chain.addNewStage(String name,
String description,
boolean manual)
Adds a new stage and returns the stage
|
| Modifier and Type | Method and Description |
|---|---|
List<ChainStage> |
Chain.getAllStages()
Get Stages of the Chain
Note that this includes
ChainStages that have been marked for deletion |
List<ChainStage> |
Chain.getStages() |
| Modifier and Type | Method and Description |
|---|---|
void |
Chain.addStage(ChainStage chainStage) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeletionService.deleteStage(ChainStage chainStage) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableChainStage |
ImmutablePlanManager.createImmutableStage(ImmutableChain parent,
ChainStage stage)
Create immutable
ChainStage. |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.