Uses of Enum
io.jenkins.plugins.checks.api.ChecksStatus
Package
Description
Provides default Findbugs annotations.
Provides default Findbugs annotations.
-
Uses of ChecksStatus in io.jenkins.plugins.checks.api
Modifier and TypeMethodDescriptionChecksDetails.getStatus()
Returns the status of a check.static ChecksStatus
Returns the enum constant of this type with the specified name.static ChecksStatus[]
ChecksStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionChecksDetails.ChecksDetailsBuilder.withStatus
(ChecksStatus status) Set the status of the check. -
Uses of ChecksStatus in io.jenkins.plugins.checks.steps
Modifier and TypeMethodDescriptionvoid
PublishChecksStep.setStatus
(ChecksStatus status) Change the status of the check.