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

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

public class ExpectedChangeHistoryRecord
extends Object

Since:
v3.13

Constructor Summary
ExpectedChangeHistoryRecord(Collection<ExpectedChangeHistoryItem> expectedChangeItems)
           
ExpectedChangeHistoryRecord(ExpectedChangeHistoryItem... expectedChangeHistoryItems)
           
 
Method Summary
 Collection<ExpectedChangeHistoryItem> getChangeItems()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpectedChangeHistoryRecord

public ExpectedChangeHistoryRecord(ExpectedChangeHistoryItem... expectedChangeHistoryItems)

ExpectedChangeHistoryRecord

public ExpectedChangeHistoryRecord(Collection<ExpectedChangeHistoryItem> expectedChangeItems)
Method Detail

getChangeItems

public Collection<ExpectedChangeHistoryItem> getChangeItems()


Copyright © 2002-2013 Atlassian. All Rights Reserved.