net.praqma.jenkins.memorymap.graph
Class MemoryMapGraphConfiguration
java.lang.Object
net.praqma.jenkins.memorymap.graph.MemoryMapGraphConfiguration
- All Implemented Interfaces:
- Serializable
public class MemoryMapGraphConfiguration
- extends Object
- implements Serializable
FIXME:
This class should be a databound class, see FB case 8235 for references.
- Author:
- Praqma
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryMapGraphConfiguration
public MemoryMapGraphConfiguration()
MemoryMapGraphConfiguration
public MemoryMapGraphConfiguration(String graphDataList,
String graphCaption,
Boolean displayUsageInBytes)
getGraphCaption
public String getGraphCaption()
- Returns:
- the graphCaption
setGraphCaption
public void setGraphCaption(String graphCaption)
- Parameters:
graphCaption - the graphCaption to set
getGraphDataList
public String getGraphDataList()
- Returns:
- the graphDataList
setGraphDataList
public void setGraphDataList(String graphDataList)
- Parameters:
graphDataList - the graphDataList to set
Copyright © 2004-2013. All Rights Reserved.