Uses of Enum Class
io.jenkins.plugins.checks.api.ChecksStatus
Packages that use ChecksStatus
Package
Description
Provides default Findbugs annotations.
Provides default Findbugs annotations.
-
Uses of ChecksStatus in io.jenkins.plugins.checks.api
Methods in io.jenkins.plugins.checks.api that return ChecksStatusModifier and TypeMethodDescriptionChecksDetails.getStatus()Returns the status of a check.static ChecksStatusReturns the enum constant of this class with the specified name.static ChecksStatus[]ChecksStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.jenkins.plugins.checks.api with parameters of type ChecksStatusModifier and TypeMethodDescriptionChecksDetails.ChecksDetailsBuilder.withStatus(ChecksStatus status) Set the status of the check. -
Uses of ChecksStatus in io.jenkins.plugins.checks.steps
Methods in io.jenkins.plugins.checks.steps that return ChecksStatusMethods in io.jenkins.plugins.checks.steps with parameters of type ChecksStatusModifier and TypeMethodDescriptionvoidPublishChecksStep.setStatus(ChecksStatus status) Change the status of the check.