Uses of Class
com.borland.tm.webservices.tmexecution.ExecutionHandle

Packages that use ExecutionHandle
com.borland.tm.webservices.tmexecution   
hudson.plugins.sctmexecutor   
 

Uses of ExecutionHandle in com.borland.tm.webservices.tmexecution
 

Methods in com.borland.tm.webservices.tmexecution that return ExecutionHandle
 ExecutionHandle[] TmexecutionSoapBindingStub.startExecution(long sessionId, int nodeId)
           
 ExecutionHandle[] ExecutionWebServiceProxy.startExecution(long sessionId, int nodeId)
           
 ExecutionHandle[] ExecutionWebService.startExecution(long sessionId, int nodeId)
           
 ExecutionHandle[] TmexecutionSoapBindingStub.startExecution(long sessionId, int nodeId, java.lang.String build, int option, java.lang.String sinceBuild)
           
 ExecutionHandle[] ExecutionWebServiceProxy.startExecution(long sessionId, int nodeId, java.lang.String build, int option, java.lang.String sinceBuild)
           
 ExecutionHandle[] ExecutionWebService.startExecution(long sessionId, int nodeId, java.lang.String build, int option, java.lang.String sinceBuild)
           
 

Methods in com.borland.tm.webservices.tmexecution with parameters of type ExecutionHandle
 ExecutionResult TmexecutionSoapBindingStub.getExecutionResult(long sessionId, ExecutionHandle handle)
           
 ExecutionResult ExecutionWebServiceProxy.getExecutionResult(long sessionId, ExecutionHandle handle)
           
 ExecutionResult ExecutionWebService.getExecutionResult(long sessionId, ExecutionHandle handle)
           
 int TmexecutionSoapBindingStub.getStateOfExecution(long sessionId, ExecutionHandle handle)
           
 int ExecutionWebServiceProxy.getStateOfExecution(long sessionId, ExecutionHandle handle)
           
 int ExecutionWebService.getStateOfExecution(long sessionId, ExecutionHandle handle)
           
 

Uses of ExecutionHandle in hudson.plugins.sctmexecutor
 

Constructors in hudson.plugins.sctmexecutor with parameters of type ExecutionHandle
ResultCollectorThread(java.io.PrintStream logger, ExecutionWebService service, long sessionId, ExecutionHandle handle, ITestResultWriter writer)
           
 



Copyright © 2008. All Rights Reserved.