|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChainStage
| Method Summary | |
|---|---|
boolean |
addJob(Job job)
Adds a Job to the ChainStage |
java.util.Collection<Job> |
getAllJobs()
Gets the Jobs associated with this Stage
Does not exclude plans that are marked for deletion |
Chain |
getChain()
Gets the Chain that the stage belongs to |
java.lang.String |
getDescription()
Get the Stage Description |
java.util.Set<Job> |
getJobs()
Gets the Jobs associated with this Stage
Excludes plans that are marked for deletion |
java.lang.String |
getName()
Get the Stage Name |
boolean |
removeJob(Job job)
Removes the Job from the ChainStage |
void |
setChain(Chain chain)
Sets the Chain that the stage belongs to |
void |
setDescription(java.lang.String description)
Set the Stage Description |
void |
setName(java.lang.String name)
Set the Stage Name |
| Methods inherited from interface com.atlassian.bamboo.deletion.Deletable |
|---|
isMarkedForDeletion, setMarkedForDeletion |
| Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
|---|
getId, setId |
| Method Detail |
|---|
@NotNull java.lang.String getName()
getName in interface DescriptionProvidergetName in interface NameProvider
void setName(@NotNull
java.lang.String name)
setName in interface Describablename - @Nullable java.lang.String getDescription()
getDescription in interface DescriptionProvider
void setDescription(@NotNull
java.lang.String description)
setDescription in interface Describabledescription - @NotNull Chain getChain()
Chain that the stage belongs to
void setChain(@NotNull
Chain chain)
Chain that the stage belongs to
chain - @NotNull java.util.Set<Job> getJobs()
Jobs associated with this Stage
Excludes plans that are marked for deletion
@NotNull java.util.Collection<Job> getAllJobs()
Jobs associated with this Stage
Does not exclude plans that are marked for deletion
boolean addJob(@NotNull
Job job)
Job to the ChainStage
job -
boolean removeJob(@NotNull
Job job)
Job from the ChainStage
job -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||