|
||||||||||
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.lang.String |
getDescription()
Get the Stage Description |
java.util.Set<Job> |
getJobs()
Gets the Job s associated with this Stage, exlcuding the ones 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 DescriptionProvider
getName
in interface NameProvider
void setName(@NotNull java.lang.String name)
setName
in interface Describable
name
- @Nullable java.lang.String getDescription()
getDescription
in interface DescriptionProvider
void setDescription(@NotNull java.lang.String description)
setDescription
in interface Describable
description
- @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()
Job
s associated with this Stage, exlcuding the ones marked for deletion
@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 |