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

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

public class ComponentCondition
extends MultiSelectCondition

Navigator condition that can be used to specify components to search for.

Since:
v4.0

Constructor Summary
ComponentCondition()
           
ComponentCondition(ComponentCondition 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

ComponentCondition

public ComponentCondition()

ComponentCondition

public ComponentCondition(ComponentCondition 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.