public class MemoryMapProjectAction
extends hudson.model.Actionable
implements hudson.model.Action
Constructor and Description |
---|
MemoryMapProjectAction(hudson.model.Job<?,?> project) |
Modifier and Type | Method and Description |
---|---|
void |
doDrawMemoryMapUsageGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getAssociatedMemoryAreas(String graphTitle,
String id) |
String |
getDisplayName() |
List<String> |
getGraphTitles() |
List<String> |
getGraphTitles(String parserId) |
String |
getIconFileName() |
MemoryMapBuildAction |
getLastApplicableMemoryMapResult() |
MemoryMapBuildAction |
getLatestActionInProject() |
hudson.model.Job<?,?> |
getProject() |
String |
getSearchUrl() |
String |
getUrlName() |
List<AbstractMemoryMapParser> |
parsersChosen() |
addAction, doContextMenu, getAction, getAction, getActions, getActions, getAllActions, getDynamic, replaceAction
public static final String ICON_NAME
public MemoryMapProjectAction(hudson.model.Job<?,?> project)
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getSearchUrl()
getSearchUrl
in interface hudson.search.SearchItem
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getUrlName()
getUrlName
in interface hudson.model.Action
public hudson.model.Job<?,?> getProject()
public MemoryMapBuildAction getLatestActionInProject()
public MemoryMapBuildAction getLastApplicableMemoryMapResult()
public void doDrawMemoryMapUsageGraph(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException
IOException
public List<AbstractMemoryMapParser> parsersChosen()
Copyright © 2016–2018. All rights reserved.