|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChainExecution
Represents an executing Chain
Method Summary | |
---|---|
BuildIdentifier |
getBuildIdentifier()
Returns the BuildIdentifier associated with this ChainExecution |
int |
getChainNumber()
Get the Chain result number |
java.lang.String |
getChainResultKey()
Get the Chain result full key - chain key and chain number - "KEY-NUMBER" |
ExecutionContext |
getExecutionContext()
Stores contextual data for the current ChainExecution |
java.lang.String |
getKey()
Gets the key of the executing Chain |
java.lang.String |
getName()
Gets the name of the executing Chain |
java.util.List<StageExecution> |
getStages()
Get Stages for this Chain |
boolean |
isCompleted()
Returns true if the chain has finished executing |
boolean |
isSuccessful()
Returns true if the chain has finished executing successfuly |
Method Detail |
---|
@NotNull java.lang.String getName()
@NotNull java.lang.String getKey()
int getChainNumber()
@NotNull java.lang.String getChainResultKey()
@NotNull java.util.List<StageExecution> getStages()
boolean isCompleted()
boolean isSuccessful()
@NotNull BuildIdentifier getBuildIdentifier()
BuildIdentifier
associated with this ChainExecution
@NotNull ExecutionContext getExecutionContext()
ChainExecution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |