Apache JMeter

org.apache.jmeter.gui
Class UndoHistoryItem

java.lang.Object
  extended by 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

Constructor Summary
UndoHistoryItem()
          Deprecated. DO NOT USE
UndoHistoryItem(HashTree copy, String acomment)
           
 
Method Summary
 String getComment()
           
 HashTree getTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 - HashTree
acomment - String
Method Detail

getTree

public HashTree getTree()
Returns:
HashTree

getComment

public String getComment()
Returns:
String comment

Apache JMeter

Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.