public class AntInWorkspaceBuildWrapper extends hudson.tasks.BuildWrapper implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AntInWorkspaceBuildWrapper.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static String |
ENV_VAR_CUSTOM_ANT_IN_WORKSPACE
Environment Variable that is set if there is a Job-specific AntInWorkspace defined
|
Constructor and Description |
---|
AntInWorkspaceBuildWrapper(AntInWorkspaceJobPropertyInfo info) |
Modifier and Type | Method and Description |
---|---|
AntInWorkspaceJobPropertyInfo |
getInfo() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public static final String ENV_VAR_CUSTOM_ANT_IN_WORKSPACE
@DataBoundConstructor public AntInWorkspaceBuildWrapper(@Nonnull AntInWorkspaceJobPropertyInfo info)
public AntInWorkspaceJobPropertyInfo getInfo()
public hudson.tasks.BuildWrapper.Environment setUp(@Nonnull hudson.model.AbstractBuild build, @Nonnull hudson.Launcher launcher, @Nonnull hudson.model.BuildListener listener) throws IOException, InterruptedException
setUp
in class hudson.tasks.BuildWrapper
IOException
InterruptedException
Copyright © 2016–2022. All rights reserved.