|
||||||||||
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 Job s associated with this Stage, including the ones marked for deletion |
Chain |
getChain()
Gets the Chain that the stage belongs to |
java.util.Set<Job> |
getJobs()
Gets the Job s associated with this Stage, exlcuding the ones marked for deletion |
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 |
setManual(boolean manual)
|
void |
setName(java.lang.String name)
Set the Stage Name |
Methods inherited from interface com.atlassian.bamboo.chains.cache.ImmutableChainStage |
---|
getDescription, getMaster, getName, hasMaster, isManual |
Methods inherited from interface com.atlassian.bamboo.deletion.Deletable |
---|
setMarkedForDeletion |
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
setId |
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
---|
getId |
Methods inherited from interface com.atlassian.bamboo.plan.cache.ImmutableDeletable |
---|
isMarkedForDeletion |
Method Detail |
---|
void setName(@NotNull java.lang.String name)
setName
in interface Describable
name
- void setDescription(@NotNull java.lang.String description)
setDescription
in interface Describable
description
- void setManual(boolean manual)
@NotNull Chain getChain()
Chain
that the stage belongs to
getChain
in interface ImmutableChainStage
void setChain(@NotNull Chain chain)
Chain
that the stage belongs to
chain
- @NotNull java.util.Set<Job> getJobs()
Job
s associated with this Stage, exlcuding the ones marked for deletion
getJobs
in interface ImmutableChainStage
@NotNull java.util.Collection<Job> getAllJobs()
Job
s associated with this Stage, including the ones 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 |