@NotNull Collection<Metric> |
PipelineExecutionApi.getQualityGateResults(@NotNull PipelineExecution execution,
@NotNull StepAction action) |
Get the metrics for the specified execution and step, if any.
|
@NotNull PipelineExecutionStepState |
PipelineExecution.getStep(@NotNull StepAction action) |
Get the specified action step.
|
String |
PipelineExecutionApi.getStepLogDownloadUrl(@NotNull PipelineExecution execution,
@NotNull StepAction action) |
Get the fully qualified URL to the specified step's log file.
|
String |
PipelineExecutionApi.getStepLogDownloadUrl(@NotNull PipelineExecution execution,
@NotNull StepAction action,
@NotNull String name) |
Get the fully qualified URL to the specified log file referenced by name, within the step.
|
String |
PipelineExecutionApi.getStepLogDownloadUrl(@NotNull String programId,
@NotNull String pipelineId,
@NotNull String executionId,
@NotNull StepAction action) |
Get the fully qualified URL to the specified step's log file.
|
String |
PipelineExecutionApi.getStepLogDownloadUrl(@NotNull String programId,
@NotNull String pipelineId,
@NotNull String executionId,
@NotNull StepAction action,
@NotNull String name) |
Get the fully qualified URL to the specified step's log file.
|
@NotNull PipelineExecutionStepState |
PipelineExecutionApi.getStepState(@NotNull PipelineExecution execution,
@NotNull StepAction action) |
Get the specified action step for the pipeline execution.
|