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