org.apache.jmeter.gui
Class UndoHistoryItem
java.lang.Object
org.apache.jmeter.gui.UndoHistoryItem
- All Implemented Interfaces:
- Serializable
public class UndoHistoryItem
- extends Object
- implements Serializable
Undo history item
- Since:
- 2.12
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UndoHistoryItem
@Deprecated
public UndoHistoryItem()
- Deprecated. DO NOT USE
- This constructor is for Unit test purposes only
UndoHistoryItem
public UndoHistoryItem(HashTree copy,
String acomment)
- Parameters:
copy
- HashTreeacomment
- String
getTree
public HashTree getTree()
- Returns:
HashTree
getComment
public String getComment()
- Returns:
- String comment
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.