public class KsmBuildWrapper extends BuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
KsmBuildWrapper.DescriptorImpl |
BuildWrapper.EnvironmentExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
KsmBuildWrapper(List<KsmApplication> application) |
KsmBuildWrapper(List<KsmApplication> application,
KsmNotation notation) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
decorateLogger(AbstractBuild build,
OutputStream logger) |
List<KsmApplication> |
getApplication() |
KsmNotation |
getNotation() |
protected void |
getSecrets() |
void |
makeSensitiveBuildVariables(AbstractBuild build,
Set<String> sensitiveVariables) |
BuildWrapper.Environment |
setUp(AbstractBuild build,
Launcher launcher,
BuildListener listener) |
all, decorateLauncher, getProjectAction, getProjectActions, makeBuildVariables, preCheckout, setUpgetDescriptor@DataBoundConstructor public KsmBuildWrapper(List<KsmApplication> application)
public KsmBuildWrapper(List<KsmApplication> application, KsmNotation notation)
public List<KsmApplication> getApplication()
public KsmNotation getNotation()
protected void getSecrets()
public BuildWrapper.Environment setUp(AbstractBuild build, Launcher launcher, BuildListener listener) throws IOException, InterruptedException
setUp in class BuildWrapperIOExceptionInterruptedExceptionpublic void makeSensitiveBuildVariables(AbstractBuild build, Set<String> sensitiveVariables)
makeSensitiveBuildVariables in class BuildWrapperpublic OutputStream decorateLogger(AbstractBuild build, OutputStream logger) throws IOException, InterruptedException, Run.RunnerAbortedException
decorateLogger in class BuildWrapperIOExceptionInterruptedExceptionRun.RunnerAbortedExceptionCopyright © 2016–2022. All rights reserved.