com.atlassian.jira.functest.config
Class DefaultConfigSequence

java.lang.Object
  extended by com.atlassian.jira.functest.config.DefaultConfigSequence
All Implemented Interfaces:
ConfigSequence

public class DefaultConfigSequence
extends Object
implements ConfigSequence

Class that can be used to parse and manipulate the SequenceValueItem from the passed JIRA xml.

Since:
v4.0

Constructor Summary
DefaultConfigSequence(org.dom4j.Document document)
           
 
Method Summary
 Long getNextId(String elementType)
           
 boolean save()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultConfigSequence

public DefaultConfigSequence(org.dom4j.Document document)
Method Detail

getNextId

public Long getNextId(String elementType)
Specified by:
getNextId in interface ConfigSequence

save

public boolean save()
Specified by:
save in interface ConfigSequence

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.