com.atlassian.jira.functest.framework.admin
Class ResolutionsImpl

java.lang.Object
  extended by com.atlassian.jira.functest.framework.AbstractFuncTestUtil
      extended by com.atlassian.jira.functest.framework.admin.ResolutionsImpl
All Implemented Interfaces:
Resolutions, FuncTestLogger

public class ResolutionsImpl
extends AbstractFuncTestUtil
implements Resolutions

Since:
v4.0

Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
ResolutionsImpl(net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
           
 
Method Summary
 String addResolution(String name)
           
 
Methods inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
childLogIndentLevel, getAssertions, getEnvironmentData, getFuncTestHelperFactory, getLogger, log, log, navigation, submitAtPage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolutionsImpl

public ResolutionsImpl(net.sourceforge.jwebunit.WebTester tester,
                       com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
Method Detail

addResolution

public String addResolution(String name)
Specified by:
addResolution in interface Resolutions
Parameters:
name - the name of the resolution to add
Returns:
the id of the added resolution


Copyright © 2002-2012 Atlassian. All Rights Reserved.