| Package | Description |
|---|---|
| io.jenkins.plugins.checks.api |
Provides default Findbugs annotations.
|
| io.jenkins.plugins.checks.steps |
Provides default Findbugs annotations.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksConclusion |
ChecksDetails.getConclusion()
Returns the conclusion of a check.
|
static ChecksConclusion |
ChecksConclusion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksConclusion[] |
ChecksConclusion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksDetails.ChecksDetailsBuilder |
ChecksDetails.ChecksDetailsBuilder.withConclusion(ChecksConclusion conclusion)
Set the conclusion of a check.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksConclusion |
PublishChecksStep.getConclusion() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishChecksStep.setConclusion(ChecksConclusion conclusion) |
Copyright © 2016–2020. All rights reserved.