public class VaultBuildWrapper extends SimpleBuildWrapper
Modifier and Type | Class and Description |
---|---|
static class |
VaultBuildWrapper.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.Disposer
BuildWrapper.Environment
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
VaultBuildWrapper(List<VaultSecret> secrets) |
Modifier and Type | Method and Description |
---|---|
List<VaultSecret> |
getSecrets() |
void |
setSecrets(List<VaultSecret> secrets) |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars initialEnvironment) |
createLoggerDecorator, decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, runPreCheckout, setUp
all, getProjectAction, setUp
getDescriptor
@DataBoundConstructor public VaultBuildWrapper(List<VaultSecret> secrets)
public List<VaultSecret> getSecrets()
@DataBoundSetter public void setSecrets(List<VaultSecret> secrets)
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
setUp
in class SimpleBuildWrapper
IOException
InterruptedException
Copyright © 2016–2021. All rights reserved.