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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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()


Copyright © 2002-2013 Atlassian. All Rights Reserved.