| Modifier and Type | Field and Description |
|---|---|
RetryBackOffStrategy |
Options.retryBackOffStrategy |
| Modifier and Type | Method and Description |
|---|---|
static RetryBackOffStrategy |
RetryBackOffStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetryBackOffStrategy[] |
RetryBackOffStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RetryBackOffStrategyOptionHandler(org.kohsuke.args4j.CmdLineParser parser,
org.kohsuke.args4j.OptionDef option,
org.kohsuke.args4j.spi.Setter<? super RetryBackOffStrategy> setter) |
Copyright © 2016–2018. All rights reserved.