Uses of Enum Class
io.jenkins.plugins.checks.api.ChecksConclusion
Packages that use ChecksConclusion
Package
Description
Provides default Findbugs annotations.
Provides default Findbugs annotations.
-
Uses of ChecksConclusion in io.jenkins.plugins.checks.api
Methods in io.jenkins.plugins.checks.api that return ChecksConclusionModifier and TypeMethodDescriptionChecksDetails.getConclusion()Returns the conclusion of a check.static ChecksConclusionReturns the enum constant of this class with the specified name.static ChecksConclusion[]ChecksConclusion.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 ChecksConclusionModifier and TypeMethodDescriptionChecksDetails.ChecksDetailsBuilder.withConclusion(ChecksConclusion conclusion) Set the conclusion of a check. -
Uses of ChecksConclusion in io.jenkins.plugins.checks.steps
Methods in io.jenkins.plugins.checks.steps that return ChecksConclusionMethods in io.jenkins.plugins.checks.steps with parameters of type ChecksConclusionModifier and TypeMethodDescriptionvoidPublishChecksStep.setConclusion(ChecksConclusion conclusion)