public class DrMemoryBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
DrMemoryBuilder.DescriptorImpl |
| Constructor and Description |
|---|
DrMemoryBuilder(String executable,
String arguments,
String logPath,
boolean treatFailed) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments() |
String |
getExecutable() |
String |
getFinalLogPath() |
String |
getLogPath() |
boolean |
isTreatFailed() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setTreatFailed(boolean treatFailed) |
all, getDescriptor, getRequiredMonitorService, prebuildpublic boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionpublic String getExecutable()
public String getArguments()
public String getLogPath()
public String getFinalLogPath()
public boolean isTreatFailed()
public void setTreatFailed(boolean treatFailed)
treatFailed - the treatFailed to setCopyright © 2016–2018. All rights reserved.