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, replaceActionpublic static final String ICON_NAME
public MemoryMapProjectAction(hudson.model.Job<?,?> project)
public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItempublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic 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
IOExceptionpublic List<AbstractMemoryMapParser> parsersChosen()
Copyright © 2016–2018. All rights reserved.