Uses of Class
io.jenkins.plugins.checks.api.ChecksOutput
Packages that use ChecksOutput
-
Uses of ChecksOutput in io.jenkins.plugins.checks.api
Methods in io.jenkins.plugins.checks.api that return ChecksOutputModifier and TypeMethodDescriptionChecksOutput.ChecksOutputBuilder.build()
Actually builds theChecksOutput
with given parameters.Methods in io.jenkins.plugins.checks.api that return types with arguments of type ChecksOutputMethods in io.jenkins.plugins.checks.api with parameters of type ChecksOutputModifier and TypeMethodDescriptionChecksDetails.ChecksDetailsBuilder.withOutput
(ChecksOutput output) Set the output of a check.Constructors in io.jenkins.plugins.checks.api with parameters of type ChecksOutputModifierConstructorDescriptionChecksOutput
(ChecksOutput that) Copy constructor of theChecksOutput
.