|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.findbugs.FindBugsProjectAction
public class FindBugsProjectAction
Entry point to visualize the FindBugs trend graph. Drawing of the graph is
delegated to the associated FindBugsResultAction.
| Constructor Summary | |
|---|---|
FindBugsProjectAction(hudson.model.Project<?,?> project)
Instantiates a new find bugs project action. |
|
| Method Summary | |
|---|---|
void |
doGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
Display the warnings trend. |
java.lang.String |
getDisplayName()
|
java.lang.String |
getIconFileName()
|
hudson.model.Project<?,?> |
getProject()
Returns the project. |
java.lang.String |
getUrlName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindBugsProjectAction(hudson.model.Project<?,?> project)
project - the project that owns this action| Method Detail |
|---|
public hudson.model.Project<?,?> getProject()
public java.lang.String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic java.lang.String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic java.lang.String getUrlName()
getUrlName in interface hudson.model.Action
public void doGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws java.io.IOException
FindBugsResultAction.
request - Stapler requestresponse - Stapler response
java.io.IOException - in case of an error in
FindBugsResultAction.doGraph(StaplerRequest, StaplerResponse)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||