public class ThycoticVaultBuildWrapper extends SimpleBuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
ThycoticVaultBuildWrapper.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.Disposer
BuildWrapper.Environment
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
ThycoticVaultBuildWrapper(List<ThycoticSecret> thycoticVaultSecrets) |
Modifier and Type | Method and Description |
---|---|
DevOpsSecretsVaultConfiguration |
getConfiguration() |
List<ThycoticSecret> |
getThycoticVaultSecrets() |
void |
setConfiguration(DevOpsSecretsVaultConfiguration configuration) |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath filePath,
Launcher launcher,
TaskListener taskListener,
EnvVars envVars) |
createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, runPreCheckout, setUp
all, getProjectAction, setUp
getDescriptor
@DataBoundConstructor public ThycoticVaultBuildWrapper(@CheckForNull List<ThycoticSecret> thycoticVaultSecrets)
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath filePath, Launcher launcher, TaskListener taskListener, EnvVars envVars) throws IOException, InterruptedException
setUp
in class SimpleBuildWrapper
IOException
InterruptedException
public List<ThycoticSecret> getThycoticVaultSecrets()
@DataBoundSetter public void setConfiguration(DevOpsSecretsVaultConfiguration configuration)
public DevOpsSecretsVaultConfiguration getConfiguration()
Copyright © 2016–2019. All rights reserved.