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