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, prebuild
public 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.BuildStep
perform
in class hudson.tasks.BuildStepCompatibilityLayer
InterruptedException
IOException
public hudson.model.Action getProjectAction(hudson.model.AbstractProject<?,?> project)
getProjectAction
in interface hudson.tasks.BuildStep
getProjectAction
in class hudson.tasks.BuildStepCompatibilityLayer
public 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.