Status levels available for a stage type.
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The stage was created but hasn't executed yet.
The stage is currently executing.
The stage failed execution.
The stage was skipped
The stage successfully executed.
Groovy Documentation