public class AzureKeyVaultStep
extends org.jenkinsci.plugins.workflow.steps.Step
| Modifier and Type | Class and Description |
|---|---|
static class |
AzureKeyVaultStep.DescriptorImpl
Descriptor for
AzureKeyVaultStep. |
ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
AzureKeyVaultStep(List<AzureKeyVaultSecret> secrets) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialID() |
String |
getKeyVaultURL() |
List<AzureKeyVaultSecret> |
getSecrets() |
void |
setCredentialID(String credentialID) |
void |
setKeyVaultURL(String keyVaultURL) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public AzureKeyVaultStep(List<AzureKeyVaultSecret> secrets)
public List<AzureKeyVaultSecret> getSecrets()
public String getKeyVaultURL()
@DataBoundSetter public void setKeyVaultURL(String keyVaultURL)
public String getCredentialID()
@DataBoundSetter public void setCredentialID(String credentialID)
Copyright © 2016–2022. All rights reserved.