| 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 |
|---|---|
ChecksStatus |
ChecksDetails.getStatus()
Returns the status of a check.
|
static ChecksStatus |
ChecksStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksStatus[] |
ChecksStatus.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.withStatus(ChecksStatus status)
Set the status of the check.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksStatus |
PublishChecksStep.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublishChecksStep.setStatus(ChecksStatus status) |
Copyright © 2016–2020. All rights reserved.