public class DrMemoryPublisher
extends hudson.tasks.Recorder
| Modifier and Type | Class and Description |
|---|---|
static class |
DrMemoryPublisher.DescriptorImpl |
hudson.tasks.Publisher.DescriptorExtensionListImpl| Constructor and Description |
|---|
DrMemoryPublisher(String logPath) |
| Modifier and Type | Method and Description |
|---|---|
AbstractGraph |
getGraph(String type) |
List<Graph> |
getGraphs() |
static Map<String,AbstractGraph> |
getGraphTypes() |
String |
getLogPath() |
hudson.model.Action |
getProjectAction(hudson.model.AbstractProject<?,?> project) |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setGraphs(List<Graph> graphs) |
void |
setLogPath(String logDir) |
all, getProjectAction, needsToRunAfterFinalized, prebuildpublic static final String __OUTPUT
@DataBoundConstructor public DrMemoryPublisher(String logPath)
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.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionpublic hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction in interface hudson.tasks.BuildStepgetProjectAction in class hudson.tasks.BuildStepCompatibilityLayerpublic static Map<String,AbstractGraph> getGraphTypes()
public AbstractGraph getGraph(String type)
public String getLogPath()
public void setLogPath(String logDir)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
Copyright © 2016–2018. All rights reserved.