public class ThycoticVaultBuildWrapper extends SimpleBuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
ThycoticVaultBuildWrapper.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.DisposerBuildWrapper.EnvironmentExtensionPoint.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, setUpall, getProjectAction, setUpgetDescriptor@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 SimpleBuildWrapperIOExceptionInterruptedExceptionpublic List<ThycoticSecret> getThycoticVaultSecrets()
@DataBoundSetter public void setConfiguration(DevOpsSecretsVaultConfiguration configuration)
public DevOpsSecretsVaultConfiguration getConfiguration()
Copyright © 2016–2019. All rights reserved.