|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.model.AbstractModelObject
hudson.model.Actionable
hudson.plugins.violations.ViolationsProjectAction
public class ViolationsProjectAction
Project level action.
| Constructor Summary | |
|---|---|
ViolationsProjectAction(hudson.model.Project project)
Create a project action for the violations. |
|
| Method Summary | |
|---|---|
void |
doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Graph the violations. |
java.lang.String |
getDisplayName()
Get the display name for the violations. |
java.lang.String |
getIconFileName()
Get the icon file name. |
java.lang.String |
getSearchUrl()
Get the search url for this. |
java.lang.Object |
getTarget()
Get the target of the StaplerProxy for url violations. |
java.lang.String |
getUrlName()
Get the urlname for the proxy. |
ViolationsBuildAction |
getViolationsAction()
Get the last violations action. |
| Methods inherited from class hudson.model.Actionable |
|---|
addAction, getAction, getAction, getActions, getActions, getDynamic |
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViolationsProjectAction(hudson.model.Project project)
project - the current project.| Method Detail |
|---|
public java.lang.Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic java.lang.String getUrlName()
getUrlName in interface hudson.model.Actionpublic java.lang.String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItempublic java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Action
public void doGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
req - the StaplerRequest.rsp - the StaplerResponse.
java.io.IOException - if there is an problem writing the response.public ViolationsBuildAction getViolationsAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||