Uses of Enum
com.redhat.jenkins.plugins.cachet.ResourceStatus
-
Uses of ResourceStatus in com.redhat.jenkins.plugins.cachet
Modifier and TypeMethodDescriptionCachetGatingMetrics.getGatingStatus()
Resource.getStatusId()
static ResourceStatus
Returns the enum constant of this type with the specified name.static ResourceStatus
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 TypeMethodDescriptionvoid
CachetGatingMetrics.setGatingStatus
(ResourceStatus status) void
Resource.setStatusId
(ResourceStatus statusId) ModifierConstructorDescriptionCachetGatingMetrics
(String resourceName, Long gateStartTime, Long gateUpdatedTime, ResourceStatus status) Resource
(String name, ResourceStatus statusId) Resource
(String name, ResourceStatus statusId, String statusName)