Package | Description |
---|---|
hudson | |
hudson.util |
Other miscellaneous utility code
|
Modifier and Type | Method and Description |
---|---|
static Area |
Functions.getScreenResolution()
If we know the user's screen resolution, return it.
|
Modifier and Type | Method and Description |
---|---|
static Area |
Area.parse(String s)
Opposite of
toString() . |
Modifier and Type | Method and Description |
---|---|
static void |
ChartUtil.generateClickableMap(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
org.jfree.chart.JFreeChart chart,
Area defaultSize)
Deprecated.
as of 1.320
Bind
Graph to the URL space. See hudson.tasks.junit.History as an example (note that doing so involves
a bit of URL structure change.) |
static void |
ChartUtil.generateGraph(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
org.jfree.chart.JFreeChart chart,
Area defaultSize)
Deprecated.
as of 1.320
Bind
Graph to the URL space. See hudson.tasks.junit.History as an example (note that doing so involves
a bit of URL structure change.) |
Copyright © 2016. All rights reserved.