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

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

public class CvsModulesImpl
extends AbstractFuncTestUtil
implements CvsModules

Since:
v4.1

Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.AbstractFuncTestUtil
environmentData, FS, locators, logger, logIndentLevel, tester
 
Constructor Summary
CvsModulesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation, Assertions assertions)
           
 
Method Summary
 void addCvsModule(String moduleName, String logFile)
          Adds a dummy CVS module.
 
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

CvsModulesImpl

public CvsModulesImpl(net.sourceforge.jwebunit.WebTester tester,
                      JIRAEnvironmentData environmentData,
                      Navigation navigation,
                      Assertions assertions)
Method Detail

addCvsModule

public void addCvsModule(String moduleName,
                         String logFile)
Description copied from interface: CvsModules
Adds a dummy CVS module.

Specified by:
addCvsModule in interface CvsModules
Parameters:
moduleName - the name of the module
logFile - the filename of the dummy CVS log. Must exist inside the func test XML directory.


Copyright © 2002-2012 Atlassian. All Rights Reserved.