| Package | Description |
|---|---|
| io.jenkins.plugins.statuspage_gating.api |
| Modifier and Type | Method and Description |
|---|---|
static Component.Status |
Component.Status.forValue(String value) |
Component.Status |
Component.getStatus() |
static Component.Status |
Component.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Component.Status[] |
Component.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static io.jenkins.plugins.gating.ResourceStatus |
ComponentGroup.compact(List<Component.Status> groupStatuses)
Identify
ResourceStatus or most-favorable ResourceStatus.Category to describe all provided statuses. |
| Constructor and Description |
|---|
Component(String id,
String name,
String description,
Component.Status status) |
Copyright © 2016–2021. All rights reserved.