com.projectdarkstar.tools.dtc.beans
Class ConfigExecutionsServiceBean
java.lang.Object
com.projectdarkstar.tools.dtc.beans.ConfigExecutionsServiceBean
- All Implemented Interfaces:
- ConfigExecutionsService
public class ConfigExecutionsServiceBean
- extends Object
- implements ConfigExecutionsService
This bean implements the ConfigExecutionsService providing operations to
add, update, and configure TestExecution entities before the
tests are run.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigExecutionsServiceBean
public ConfigExecutionsServiceBean()
cloneTestExecution
public Long cloneTestExecution(Long testExecutionId,
String name,
String tags)
throws DTCServiceException
- Specified by:
cloneTestExecution in interface ConfigExecutionsService
- Throws:
DTCServiceException
generateTestExecution
public Long generateTestExecution(Long testSuiteId,
String name,
String tags)
throws DTCServiceException
- Specified by:
generateTestExecution in interface ConfigExecutionsService
- Throws:
DTCServiceException
updateTestExecution
public void updateTestExecution(Long testExecutionId,
Map<String,Object> updates)
throws DTCServiceException
- Specified by:
updateTestExecution in interface ConfigExecutionsService
- Throws:
DTCServiceException
Copyright © 2013. All Rights Reserved.