public class MonKitProjectAction
extends hudson.model.Actionable
implements hudson.model.ProminentProjectAction
| Constructor and Description |
|---|
MonKitProjectAction(hudson.model.AbstractProject<?,?> project,
boolean onlyStable) |
| Modifier and Type | Method and Description |
|---|---|
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
net.sf.json.JSONArray |
getAllGraphData() |
String |
getDisplayName() |
net.sf.json.JSONArray |
getGraphData(String cat,
MonKitTarget target) |
String |
getIconFileName() |
MonKitBuildAction |
getLastResult() |
String |
getSearchUrl() |
String |
getUrlName() |
addAction, getAction, getAction, getActions, getActions, getDynamicpublic MonKitProjectAction(hudson.model.AbstractProject<?,?> project,
boolean onlyStable)
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 void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionpublic net.sf.json.JSONArray getGraphData(String cat, MonKitTarget target)
public net.sf.json.JSONArray getAllGraphData()
public MonKitBuildAction getLastResult()
Copyright © 2004-2015. All Rights Reserved.