All Classes and Interfaces
Class
Description
Extension points for implementations to provide status checks properties.
A publisher which publishes different statuses through the checks API based on the stage of the
Queue.Item
or Run
.As a job progresses, record a representation of the flow graph.
Listens to the SCM checkout and publishes checks.
Listens to the run and publishes checks.
Listens to the queue and publishes checks in "queued" state for entering items.
An action of a check.
An annotation for specific lines of code.
Builder for
ChecksAnnotation
.The level represents the severity of the annotation.
Conclusion for a specific check.
Details of a check.
Builder for
ChecksDetails
.An image of a check.
A collection of checks properties that will be injected into
WithChecksStep
closure.An output of a check.
Builder for
ChecksOutput
.A general publisher for publishing checks to different platforms.
A null publisher.
A publisher API for consumers to publish checks.
Status for a specific check.
Utility methods for working with FlowNodes.
Pipeline step to publish customized checks.
This step's descriptor which defines function name, display name, and context.
A simple wrapper for
ChecksAction
to allow users add checks actions by PublishChecksStep
.Descriptor for
PublishChecksStep.StepChecksAction
, required for Pipeline Snippet Generator.A simple wrapper for
ChecksAnnotation
to allow users add code annotations by PublishChecksStep
.Descriptor for
PublishChecksStep.StepChecksAnnotation
, required for Pipeline Snippet Generator.Deprecated.
Utilities for pipeline steps.
Utility wrapper that silently truncates output with a message at a certain size.
Builder for
TruncatedString
.Pipeline step that injects a
ChecksInfo
into the closure.This step's descriptor which defines the function name ("withChecks") and required context.
AbstractStatusChecksProperties
instead