public class AntWrapper extends SimpleBuildWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
AntWrapper.DescriptorImpl |
SimpleBuildWrapper.Context, SimpleBuildWrapper.DisposerBuildWrapper.EnvironmentExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
AntWrapper() |
| Modifier and Type | Method and Description |
|---|---|
ConsoleLogFilter |
createLoggerDecorator(Run<?,?> build) |
String |
getInstallation() |
String |
getJdk() |
void |
setInstallation(String installation) |
void |
setJdk(String jdk) |
void |
setUp(SimpleBuildWrapper.Context context,
Run<?,?> build,
FilePath workspace,
Launcher launcher,
TaskListener listener,
EnvVars initialEnvironment) |
decorateLauncher, decorateLogger, getProjectActions, makeBuildVariables, makeSensitiveBuildVariables, preCheckout, runPreCheckout, setUpall, getProjectAction, setUpgetDescriptorpublic String getInstallation()
@DataBoundSetter public void setInstallation(String installation)
public String getJdk()
@DataBoundSetter public void setJdk(String jdk)
public void setUp(SimpleBuildWrapper.Context context, Run<?,?> build, FilePath workspace, Launcher launcher, TaskListener listener, EnvVars initialEnvironment) throws IOException, InterruptedException
setUp in class SimpleBuildWrapperIOExceptionInterruptedExceptionpublic ConsoleLogFilter createLoggerDecorator(Run<?,?> build)
createLoggerDecorator in class SimpleBuildWrapperCopyright © 2016–2019. All rights reserved.