| Class | Description |
|---|---|
| StageChunkFinder |
Finds both block-scoped and legacy stages
|
| StageStatus |
Duplicates some string constants used in pipeline-stage-tags-metadata plugin to avoid introducing the dependency.
|
| StatusAndTiming |
Provides common, comprehensive set of APIs for doing status and timing computations on pieces of a pipeline execution.
|
| StatusAndTiming.StatusApiVersion |
Denotes the version of the status API supported, which marks the permitted
GenericStatus values it may return |
| TimingInfo |
Container object for timing info about piece of a flow
|
| Enum | Description |
|---|---|
| GenericStatus |
Statuses of a
FlowChunk in increasing priority order
Note, when adding new statuses you need to add a new StatusAndTiming.StatusApiVersion
and set the value of StatusAndTiming.CURRENT_API_VERSION to that,
and update StatusAndTiming.coerceStatusMap(Map) to do coercion for new codings to protect core APIs from unknown values |
Copyright © 2016–2018. All rights reserved.