| 程序包 | 说明 |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChecksAnnotation |
ChecksAnnotation.ChecksAnnotationBuilder.build()
Actually builds the
ChecksAnnotation. |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ChecksAnnotation> |
ChecksOutput.getChecksAnnotations() |
| 限定符和类型 | 方法和说明 |
|---|---|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.addAnnotation(ChecksAnnotation annotation)
Adds a
ChecksAnnotation. |
| 限定符和类型 | 方法和说明 |
|---|---|
ChecksOutput.ChecksOutputBuilder |
ChecksOutput.ChecksOutputBuilder.withAnnotations(List<ChecksAnnotation> annotations)
Sets the
ChecksAnnotation for a check run. |
| 构造器和说明 |
|---|
ChecksAnnotation(ChecksAnnotation that)
Copy constructor.
|
Copyright © 2016–2020. All rights reserved.