Package org.jenkinsci.plugins.workflow.pipelinegraphanalysis


package org.jenkinsci.plugins.workflow.pipelinegraphanalysis
  • Class
    Description
    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
    Finds both block-scoped and legacy stages
    Duplicates some string constants used in pipeline-stage-tags-metadata plugin to avoid introducing the dependency.
    Provides common, comprehensive set of APIs for doing status and timing computations on pieces of a pipeline execution.
    Denotes the version of the status API supported, which marks the permitted GenericStatus values it may return
    Container object for timing info about piece of a flow