com.atlassian.jira.functest.framework.admin
Interface CvsModules

All Known Implementing Classes:
CvsModulesImpl

public interface CvsModules

Functionality around the administration of CVS Modules

Since:
v4.1

Method Summary
 void addCvsModule(String moduleName, String logFile)
          Adds a dummy CVS module.
 

Method Detail

addCvsModule

void addCvsModule(String moduleName,
                  String logFile)
Adds a dummy CVS module.

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.