| Package | Description |
|---|---|
| com.redhat.jenkins.plugins.cachet |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
CachetGatingMetrics.getGatingStatus() |
ResourceStatus |
Resource.getStatusId() |
static ResourceStatus |
ResourceStatus.valueOf(Integer id) |
static ResourceStatus |
ResourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceStatus[] |
ResourceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachetGatingMetrics.setGatingStatus(ResourceStatus status) |
void |
Resource.setStatusId(ResourceStatus statusId) |
| Constructor and Description |
|---|
CachetGatingMetrics(String resourceName,
Long gateStartTime,
Long gateUpdatedTime,
ResourceStatus status) |
Resource(String name,
ResourceStatus statusId) |
Resource(String name,
ResourceStatus statusId,
String statusName) |
Copyright © 2016–2020. All rights reserved.