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, prebuild
public 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
Copyright © 2004–2022. All rights reserved.