Package | Description |
---|---|
org.guvnor.ala.pipeline.execution | |
org.guvnor.ala.pipeline.execution.impl |
Modifier and Type | Method and Description |
---|---|
PipelineExecutorTask.Status |
PipelineExecutorTask.getPipelineStatus() |
PipelineExecutorTask.Status |
PipelineExecutorTask.getStageStatus(String stage) |
static PipelineExecutorTask.Status |
PipelineExecutorTask.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineExecutorTask.Status[] |
PipelineExecutorTask.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PipelineExecutorTask.Status |
PipelineExecutorTaskImpl.getPipelineStatus() |
PipelineExecutorTask.Status |
PipelineExecutorTaskImpl.getStageStatus(String stage) |
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecutorTaskImpl.setPipelineStatus(PipelineExecutorTask.Status pipelineStatus) |
void |
PipelineExecutorTaskImpl.setStageStatus(String stage,
PipelineExecutorTask.Status status) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.