com.atlassian.jira.functest.framework.navigator
Class VersionCondition

java.lang.Object
  extended by com.atlassian.jira.functest.framework.navigator.MultiSelectCondition
      extended by com.atlassian.jira.functest.framework.navigator.VersionCondition
All Implemented Interfaces:
NavigatorCondition

public class VersionCondition
extends MultiSelectCondition

A version condition for FixVersions and AffectedVersions form field in the issue navigator simple search.

Since:
v4.0

Constructor Summary
VersionCondition(String fieldName)
           
VersionCondition(VersionCondition componentCondition)
           
 
Method Summary
 NavigatorCondition copyCondition()
           
 NavigatorCondition copyConditionForParse()
           
 void setForm(net.sourceforge.jwebunit.WebTester tester)
          Set the Navigator options for this condition.
 
Methods inherited from class com.atlassian.jira.functest.framework.navigator.MultiSelectCondition
addOption, addOptions, assertSettings, clearOptions, equals, getElementName, getOptions, hashCode, parseCondition, removeOption, removeOptions, setOptions, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionCondition

public VersionCondition(String fieldName)

VersionCondition

public VersionCondition(VersionCondition componentCondition)
Method Detail

copyCondition

public NavigatorCondition copyCondition()
Returns:
a copy of the condition.

copyConditionForParse

public NavigatorCondition copyConditionForParse()
Returns:
a clean copy of the condition.

setForm

public void setForm(net.sourceforge.jwebunit.WebTester tester)
Description copied from interface: NavigatorCondition
Set the Navigator options for this condition. The tester will be on the Navigator page when called.

Specified by:
setForm in interface NavigatorCondition
Overrides:
setForm in class MultiSelectCondition
Parameters:
tester - the tester pointed at the Navigator page.


Copyright © 2002-2013 Atlassian. All Rights Reserved.