|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChainStageResult
Represents the result of a ChainStage
execution
Method Summary | |
---|---|
boolean |
addBuildResult(BuildResultsSummary buildResult)
Adds a BuildResultsSummary and sets the relationship to the ChainResultsSummary |
java.util.Set<BuildResultsSummary> |
getBuildResults()
Returns all the BuildResultsSummary with this Stage result |
ChainResultsSummary |
getChainResult()
Returns the ChainResultsSummary associated with this Stage result |
java.util.Collection<BuildResultsSummary> |
getFailedBuildResults()
Returns all the failed BuildResultsSummary with this Stage result |
LifeCycleState |
getLifeCycleState()
|
java.util.List<BuildResultsSummary> |
getSortedBuildResults()
Returns all the BuildResultsSummary with this Stage result
ordered by build name. |
BuildState |
getState()
|
java.util.Collection<BuildResultsSummary> |
getSuccessfulBuildResults()
Returns all the successful BuildResultsSummary with this Stage result |
boolean |
isCompleted()
|
boolean |
isFailed()
|
boolean |
isFinished()
|
boolean |
isPending()
|
boolean |
isSuccessful()
|
boolean |
removeBuildResult(BuildResultsSummary buildResult)
Removes a BuildResultsSummary |
void |
setChainResult(ChainResultsSummary chainResult)
Sets the ChainResultsSummary 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 |
---|
@NotNull ChainResultsSummary getChainResult()
ChainResultsSummary
associated with this Stage result
void setChainResult(@NotNull ChainResultsSummary chainResult)
ChainResultsSummary
associated with this Stage result
chainResult
- @NotNull java.util.Set<BuildResultsSummary> getBuildResults()
BuildResultsSummary
with this Stage result
@NotNull java.util.List<BuildResultsSummary> getSortedBuildResults()
BuildResultsSummary
with this Stage result
ordered by build name.
WARNING: Dont use in performance critical situations.
@NotNull java.util.Collection<BuildResultsSummary> getFailedBuildResults()
BuildResultsSummary
with this Stage result
@NotNull java.util.Collection<BuildResultsSummary> getSuccessfulBuildResults()
BuildResultsSummary
with this Stage result
boolean addBuildResult(@NotNull BuildResultsSummary buildResult)
BuildResultsSummary
and sets the relationship to the ChainResultsSummary
buildResult
-
boolean removeBuildResult(@NotNull BuildResultsSummary buildResult)
BuildResultsSummary
buildResult
-
boolean isPending()
boolean isCompleted()
boolean isSuccessful()
boolean isFailed()
boolean isFinished()
BuildState getState()
LifeCycleState getLifeCycleState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |