| 程序包 | 说明 |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.addAnnotation(ChecksAnnotation annotation)
Adds a
ChecksAnnotation. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.addImage(ChecksImage image)
Adds a
ChecksImage. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withAnnotations(List<ChecksAnnotation> annotations)
Sets the
ChecksAnnotation for a check run. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withImages(List<ChecksImage> images)
Sets the
ChecksImage for a check run. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withSummary(String summary)
Sets the summary of the check run
Note that for the GitHub check runs, the
summary supports Markdown. |
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withText(String text)
Adds the details description for a check run.
|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withTitle(String title)
Sets the title of the check run.
|
Copyright © 2016–2020. All rights reserved.