com.atlassian.bamboo.chains
Interface ChainStageResult

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

public interface ChainStageResult
extends BambooObject, Describable

Represents the result of a ChainStage execution


Method Summary
 boolean addBuildResult(ExtendedBuildResultsSummary buildResult)
          Adds a ExtendedBuildResultsSummary
 java.util.Set<ExtendedBuildResultsSummary> getBuildResults()
          Returns all the ExtendedBuildResultsSummary with this Stage result
 ChainResult getChainResult()
          Returns the ChainResult associated with this Stage result
 boolean removeBuildResult(ExtendedBuildResultsSummary buildResult)
          Removes a ExtendedBuildResultsSummary
 void setChainResult(ChainResult chainResult)
          Sets the ChainResult associated with this Stage result
 
Methods inherited from interface com.atlassian.bamboo.core.BambooObject
getId, setId
 
Methods inherited from interface com.atlassian.bamboo.Describable
setDescription, setName
 
Methods inherited from interface com.atlassian.bamboo.utils.DescriptionProvider
getDescription, getName
 

Method Detail

getChainResult

@NotNull
ChainResult getChainResult()
Returns the ChainResult associated with this Stage result

Returns:
chainResult

setChainResult

void setChainResult(@NotNull
                    ChainResult chainResult)
Sets the ChainResult associated with this Stage result

Parameters:
chainResult -

getBuildResults

@NotNull
java.util.Set<ExtendedBuildResultsSummary> getBuildResults()
Returns all the ExtendedBuildResultsSummary with this Stage result

Returns:
results

addBuildResult

boolean addBuildResult(@NotNull
                       ExtendedBuildResultsSummary buildResult)
Adds a ExtendedBuildResultsSummary

Parameters:
buildResult -
Returns:
success

removeBuildResult

boolean removeBuildResult(@NotNull
                          ExtendedBuildResultsSummary buildResult)
Removes a ExtendedBuildResultsSummary

Parameters:
buildResult -
Returns:
success


Copyright © 2010 Atlassian. All Rights Reserved.