| 程序包 | 说明 |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChecksOutput |
ChecksOutput.ChecksOutputBuilder.build()
Actually builds the
ChecksOutput with given parameters. |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<ChecksOutput> |
ChecksDetails.getOutput()
Returns the
ChecksOutput of a check. |
| 限定符和类型 | 方法和说明 |
|---|---|
ChecksDetails.ChecksDetailsBuilder |
ChecksDetails.ChecksDetailsBuilder.withOutput(ChecksOutput output)
Set the output of a check.
|
| 构造器和说明 |
|---|
ChecksOutput(ChecksOutput that)
Copy constructor of the
ChecksOutput. |
Copyright © 2016–2020. All rights reserved.