Package | Description |
---|---|
com.tikal.jenkins.plugins.multijob.counters |
Modifier and Type | Method and Description |
---|---|
static 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 |
CounterKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CounterKey[] |
CounterKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2020. All rights reserved.