com.projectdarkstar.tools.dtc.beans
Class ConfigExecutionsServiceBean

java.lang.Object
  extended by 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.


Constructor Summary
ConfigExecutionsServiceBean()
           
 
Method Summary
 Long cloneTestExecution(Long testExecutionId, String name, String tags)
           
 Long generateTestExecution(Long testSuiteId, String name, String tags)
           
 void updateTestExecution(Long testExecutionId, Map<String,Object> updates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigExecutionsServiceBean

public ConfigExecutionsServiceBean()
Method Detail

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.