|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChainStage
Method Summary | |
---|---|
java.util.Set<Build> |
getBuilds()
Gets the Build 's associated with this Stage |
Chain |
getChain()
Gets the Chain that the stage belongs to |
java.lang.String |
getDescription()
Get the Stage Description |
java.lang.String |
getName()
Get the Stage Name |
void |
setChain(Chain chain)
Sets the Build 's associated with this Stage |
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.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)
Build
's associated with this Stage
chain
- @NotNull java.util.Set<Build> getBuilds()
Build
's associated with this Stage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |