public abstract class DataPoint extends Object
DataPointContributor| Modifier | Constructor and Description |
|---|---|
protected |
DataPoint(String iconFileName) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getFormattedValue()
The value of the data point in a few words.
|
String |
getIconFileName()
Icon name like "foo.png".
|
String |
getIconUrl(org.kohsuke.stapler.StaplerRequest req) |
abstract String |
getMessage()
Title of the data point in a few words.
|
protected DataPoint(String iconFileName)
public String getIconFileName()
Jenkins.RESOURCE_PATH to benefit from caching.
Otherwise the value is interpreted as an absolute URL.public String getIconUrl(org.kohsuke.stapler.StaplerRequest req)
public abstract String getMessage()
public abstract String getFormattedValue()
data.jellyCopyright © 2004-2016. All Rights Reserved.