| Package | Description |
|---|---|
| org.jenkinsci.plugins.consulkv | |
| org.jenkinsci.plugins.consulkv.common |
| Modifier and Type | Method and Description |
|---|---|
RequestMode |
ConsulKVBuilder.DescriptorImpl.getDefaultRequestMode() |
RequestMode |
ConsulKVBuilder.getRequestMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsulKVBuilder.DescriptorImpl.setDefaultRequestMode(RequestMode defaultRequestMode) |
| Constructor and Description |
|---|
ConsulKVBuilder(String token,
String hostUrl,
String key,
String keyValue,
String urlOverride,
String envVarKey,
RequestMode requestMode,
Integer timeoutConnection,
Integer timeoutResponse,
DebugMode debugMode) |
| Modifier and Type | Method and Description |
|---|---|
static RequestMode |
RequestMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestMode[] |
RequestMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.