com.atlassian.bamboo.chains
Interface ChainStage

All Superinterfaces:
BambooObject, Describable, DescriptionProvider, NameProvider
All Known Implementing Classes:
ChainStageImpl

public interface ChainStage
extends Describable, BambooObject


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

getName

@NotNull
java.lang.String getName()
Get the Stage Name

Specified by:
getName in interface DescriptionProvider
Specified by:
getName in interface NameProvider
Returns:
name

setName

void setName(@NotNull
             java.lang.String name)
Set the Stage Name

Specified by:
setName in interface Describable
Parameters:
name -

getDescription

@Nullable
java.lang.String getDescription()
Get the Stage Description

Specified by:
getDescription in interface DescriptionProvider
Returns:
description

setDescription

void setDescription(@NotNull
                    java.lang.String description)
Set the Stage Description

Specified by:
setDescription in interface Describable
Parameters:
description -

getChain

@NotNull
Chain getChain()
Gets the Chain that the stage belongs to

Returns:
chain

setChain

void setChain(@NotNull
              Chain chain)
Sets the Build's associated with this Stage

Parameters:
chain -

getBuilds

@NotNull
java.util.Set<Build> getBuilds()
Gets the Build's associated with this Stage

Returns:
builds


Copyright © 2010 Atlassian. All Rights Reserved.