public interface PipelineExecutorTask
Modifier and Type | Interface and Description |
---|---|
static class |
PipelineExecutorTask.Status
Indicates the pipeline execution status.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
The UUID for task.
|
RegistrableOutput |
getOutput() |
PipelineExecutorError |
getPipelineError() |
PipelineExecutorTask.Status |
getPipelineStatus() |
PipelineExecutorError |
getStageError(String stage) |
PipelineExecutorTask.Status |
getStageStatus(String stage) |
PipelineExecutorTaskDef |
getTaskDef() |
PipelineExecutorTaskDef getTaskDef()
String getId()
PipelineExecutorTask.Status getPipelineStatus()
PipelineExecutorTask.Status getStageStatus(String stage)
stage
- a pipeline Stage for querying the execution status.PipelineExecutorError getStageError(String stage)
stage
- a pipeline Stage for querying the execution error.PipelineExecutorError getPipelineError()
RegistrableOutput getOutput()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.