| Package | Description |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksOutput |
ChecksOutput.ChecksOutputBuilder.build()
Actually builds the
ChecksOutput with given parameters. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ChecksOutput> |
ChecksDetails.getOutput()
Returns the
ChecksOutput of a check. |
| Modifier and Type | Method and Description |
|---|---|
ChecksDetails.ChecksDetailsBuilder |
ChecksDetails.ChecksDetailsBuilder.withOutput(ChecksOutput output)
Set the output of a check.
|
| Constructor and Description |
|---|
ChecksOutput(ChecksOutput that)
Copy constructor of the
ChecksOutput. |
Copyright © 2016–2020. All rights reserved.