- withActions(List<ChecksAction>) - Method in class io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
-
Set the actions of a check.
- withAnnotationLevel(ChecksAnnotation.ChecksAnnotationLevel) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Sets the annotation level, one of NOTICE, WARNING, or FAILURE.
- withAnnotations(List<ChecksAnnotation>) - Method in class io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
-
- WithChecksStep - Class in io.jenkins.plugins.checks.steps
-
Pipeline step that injects a
ChecksInfo into the closure.
- WithChecksStep(String) - Constructor for class io.jenkins.plugins.checks.steps.WithChecksStep
-
Creates the step with a name to inject.
- WithChecksStep.WithChecksStepDescriptor - Class in io.jenkins.plugins.checks.steps
-
This step's descriptor which defines the function name ("withChecks") and required context.
- WithChecksStepDescriptor() - Constructor for class io.jenkins.plugins.checks.steps.WithChecksStep.WithChecksStepDescriptor
-
- withCompletedAt(LocalDateTime) - Method in class io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
-
Set the time when a check completes.
- withConclusion(ChecksConclusion) - Method in class io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
-
Set the conclusion of a check.
- withDetailsURL(String) - Method in class io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
-
Set the url of a site with full details of a check.
- withEndColumn(Integer) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Adds end column of the annotation.
- withEndLine(Integer) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Sets the end line of annotation.
- withImages(List<ChecksImage>) - Method in class io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
-
- withLine(int) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Sets the line of the single line annotation.
- withMessage(String) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Sets a short description of the feedback for the annotation.
- withName(String) - Method in class io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
-
Set the name of the check.
- withOutput(ChecksOutput) - Method in class io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
-
Set the output of a check.
- withPath(String) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Sets the path of the file to annotate.
- withRawDetails(String) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Adds the details about this annotation.
- withStartColumn(Integer) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Adds start column of the annotation.
- withStartedAt(LocalDateTime) - Method in class io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
-
Set the time when a check starts.
- withStartLine(Integer) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Sets the start line of annotation.
- withStatus(ChecksStatus) - Method in class io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
-
Set the status of the check.
- withSummary(String) - Method in class io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
-
Sets the summary of the check run
- withSummary(TruncatedString) - Method in class io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
-
- withText(String) - Method in class io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
-
Adds the details description for a check run.
- withText(TruncatedString) - Method in class io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
-
- withTitle(String) - Method in class io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
-
Adds the title that represents the annotation.
- withTitle(String) - Method in class io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
-
Sets the title of the check run.
- withTruncationText(String) - Method in class io.jenkins.plugins.checks.api.TruncatedString.Builder
-
Sets the truncation text.