|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.findbugs.util.ChartRenderer
public final class ChartRenderer
Renders various charts and attaches the graph to the stapler response.
| Method Summary | |
|---|---|
static void |
renderPriorititesChart(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AnnotationProvider detailObject,
int upperBound)
Creates a priority distribution graph for the specified annotation provider. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void renderPriorititesChart(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AnnotationProvider detailObject,
int upperBound)
throws java.io.IOException
request - Stapler requestresponse - Stapler responsedetailObject - the detail object to compute the graph forupperBound - the upper bound of all tasks
java.io.IOException - in case of an error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||