Class AzureKeyVaultStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- org.jenkinsci.plugins.azurekeyvaultplugin.AzureKeyVaultStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class AzureKeyVaultStep extends org.jenkinsci.plugins.workflow.steps.Step
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureKeyVaultStep.DescriptorImpl
Descriptor forAzureKeyVaultStep
.-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description AzureKeyVaultStep(List<AzureKeyVaultSecret> secrets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
AzureKeyVaultStep
@DataBoundConstructor public AzureKeyVaultStep(List<AzureKeyVaultSecret> secrets)
-
-
Method Detail
-
getSecrets
public List<AzureKeyVaultSecret> getSecrets()
-
getKeyVaultURL
public String getKeyVaultURL()
-
setKeyVaultURL
@DataBoundSetter public void setKeyVaultURL(String keyVaultURL)
-
getCredentialID
public String getCredentialID()
-
setCredentialID
@DataBoundSetter public void setCredentialID(String credentialID)
-
-