Uses of Class
com.borland.sctm.ws.execution.entities.ExecutionHandle

Packages that use ExecutionHandle
com.borland.sctm.ws.execution   
hudson.plugins.sctmexecutor.service   
 

Uses of ExecutionHandle in com.borland.sctm.ws.execution
 

Methods in com.borland.sctm.ws.execution 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.sctm.ws.execution 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.service
 

Methods in hudson.plugins.sctmexecutor.service that return types with arguments of type ExecutionHandle
 java.util.Collection<ExecutionHandle> SCTMService.start(int executionId)
           
 java.util.Collection<ExecutionHandle> SCTMReRunProxy.start(int executionId)
           
 java.util.Collection<ExecutionHandle> ISCTMService.start(int executionId)
           
 java.util.Collection<ExecutionHandle> SCTMService.start(int executionId, java.lang.String buildNumber)
           
 java.util.Collection<ExecutionHandle> SCTMReRunProxy.start(int executionId, java.lang.String buildNumber)
           
 java.util.Collection<ExecutionHandle> ISCTMService.start(int executionId, java.lang.String buildNumber)
           
 

Methods in hudson.plugins.sctmexecutor.service with parameters of type ExecutionHandle
 ExecutionResult SCTMService.getExecutionResult(ExecutionHandle handle)
           
 ExecutionResult SCTMReRunProxy.getExecutionResult(ExecutionHandle handle)
           
 ExecutionResult ISCTMService.getExecutionResult(ExecutionHandle handle)
           
 boolean SCTMService.isFinished(ExecutionHandle handle)
           
 boolean SCTMReRunProxy.isFinished(ExecutionHandle handle)
           
 boolean ISCTMService.isFinished(ExecutionHandle handle)
           
 



Copyright © 2010. All Rights Reserved.