Uses of Enum
com.redhat.jenkins.plugins.cachet.ResourceStatus
Packages that use ResourceStatus
-
Uses of ResourceStatus in com.redhat.jenkins.plugins.cachet
Methods in com.redhat.jenkins.plugins.cachet that return ResourceStatusModifier 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.Methods in com.redhat.jenkins.plugins.cachet with parameters of type ResourceStatusModifier and TypeMethodDescriptionvoid
CachetGatingMetrics.setGatingStatus
(ResourceStatus status) void
Resource.setStatusId
(ResourceStatus statusId) Constructors in com.redhat.jenkins.plugins.cachet with parameters of type ResourceStatusModifierConstructorDescriptionCachetGatingMetrics
(String resourceName, Long gateStartTime, Long gateUpdatedTime, ResourceStatus status) Resource
(String name, ResourceStatus statusId) Resource
(String name, ResourceStatus statusId, String statusName)