Uses of Enum Class
com.tikal.jenkins.plugins.multijob.counters.CounterKey
Packages that use CounterKey
-
Uses of CounterKey in com.tikal.jenkins.plugins.multijob.counters
Methods in com.tikal.jenkins.plugins.multijob.counters that return CounterKeyModifier and TypeMethodDescriptionstatic CounterKey
CounterKey.safetyValueOf
(String key) A convenient way to encapsulate logic to avoid an IllegalArgumentException when we need to find a CounterKey value and the key doesn't exists.static CounterKey
Returns the enum constant of this class with the specified name.static CounterKey[]
CounterKey.values()
Returns an array containing the constants of this enum class, in the order they are declared.