com.atlassian.jira.webtests.ztests.workflow
Class ExpectedChangeHistoryItem

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.workflow.ExpectedChangeHistoryItem

public class ExpectedChangeHistoryItem
extends Object

Since:
v3.13

Constructor Summary
ExpectedChangeHistoryItem(String fieldName, String oldValue, String newValue)
           
 
Method Summary
 String getFieldName()
           
 String getNewValue()
           
 String getOldValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpectedChangeHistoryItem

public ExpectedChangeHistoryItem(String fieldName,
                                 String oldValue,
                                 String newValue)
Method Detail

getFieldName

public String getFieldName()

getOldValue

public String getOldValue()

getNewValue

public String getNewValue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.