| Modifier and Type | Field and Description |
|---|---|
String |
color
Optional color.
|
String |
key
Human readable title of this data series.
|
Collection<V> |
values |
public String key
public String color
public Collection<V extends Value> values
public Series(String key)
public Series<V> wrap(Collection<V> values)
protected void writeTo(org.kohsuke.stapler.export.DataWriter w)
throws IOException
IOExceptionCopyright © 2013. All rights reserved.