@PublicApi
public interface StageExecution
ChainStage
executing within a Chain
Modifier and Type | Method and Description |
---|---|
List<BuildExecution> |
getBuilds()
Returns the
BuildExecution 's that are executed during this stage |
ChainExecution |
getChainExecution()
Gets the
ChainExecution that the StageExecution is a member of |
String |
getDescription()
Gets the description of the Stage
|
ExecutionContext |
getExecutionContext()
Stores contextual data for the current
StageExecution |
String |
getName()
Gets the name of the Stage
|
int |
getStageIndex()
Index of the
ChainStage within the current Chain |
boolean |
isBuilding()
If the Stage is building or not
|
boolean |
isCompleted()
If the Stage has completed or not
|
boolean |
isSuccessful()
If the Stage is successful or not
|
int getStageIndex()
ChainStage
within the current Chain
@NotNull ChainExecution getChainExecution()
ChainExecution
that the StageExecution
is a member of@NotNull String getName()
@Nullable String getDescription()
boolean isBuilding()
boolean isCompleted()
boolean isSuccessful()
@NotNull List<BuildExecution> getBuilds()
BuildExecution
's that are executed during this stage@NotNull ExecutionContext getExecutionContext()
StageExecution
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.