|
||||||||||
| 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.hudson.AbstractViolationsProjectAction
public abstract class AbstractViolationsProjectAction
Project level action.
| Constructor Summary | |
|---|---|
AbstractViolationsProjectAction(hudson.model.AbstractProject<?,?> 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. |
hudson.model.AbstractProject<?,?> |
getProject()
Get the project. |
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. |
AbstractViolationsBuildAction |
getViolationsAction()
Get the violations action for this project. |
| Methods inherited from class hudson.model.Actionable |
|---|
addAction, getAction, getAction, getActions, getActions, getDynamic |
| Methods inherited from class hudson.model.AbstractModelObject |
|---|
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractViolationsProjectAction(hudson.model.AbstractProject<?,?> project)
project - the current project.| Method Detail |
|---|
public hudson.model.AbstractProject<?,?> getProject()
public 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.Object getTarget()
getTarget in interface org.kohsuke.stapler.StaplerProxypublic 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 AbstractViolationsBuildAction getViolationsAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||