public class CaptureEnvironmentBuilder
extends hudson.tasks.Builder
Builder that captures the environment variables used during a build.| Modifier and Type | Class and Description |
|---|---|
static class |
CaptureEnvironmentBuilder.DescriptorImpl |
| Constructor and Description |
|---|
CaptureEnvironmentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
hudson.EnvVars |
getEnvVars() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
all, getDescriptor, getRequiredMonitorService, prebuildpublic hudson.EnvVars getEnvVars()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004–2019. All rights reserved.