public class VaultSecret extends hudson.model.AbstractDescribableImpl<VaultSecret>
| Modifier and Type | Class and Description |
|---|---|
static class |
VaultSecret.DescriptorImpl |
| Constructor and Description |
|---|
VaultSecret(String path,
List<VaultSecretValue> secretValues) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
List<VaultSecretValue> |
getSecretValues() |
@DataBoundConstructor public VaultSecret(String path, List<VaultSecretValue> secretValues)
public String getPath()
public List<VaultSecretValue> getSecretValues()
Copyright © 2016–2017 Datapipe, Inc.. All rights reserved.