hudson.plugins.sctmexecutor.service
Interface ISCTMService
- All Known Implementing Classes:
- SCTMReRunProxy, SCTMService
public interface ISCTMService
start
java.util.Collection<ExecutionHandle> start(int executionId)
throws SCTMException
- Throws:
SCTMException
start
java.util.Collection<ExecutionHandle> start(int executionId,
java.lang.String buildNumber)
throws SCTMException
- Throws:
SCTMException
isFinished
boolean isFinished(ExecutionHandle handle)
throws SCTMException
- Throws:
SCTMException
getExecutionResult
ExecutionResult getExecutionResult(ExecutionHandle handle)
throws SCTMException
- Throws:
SCTMException
Copyright © 2009. All Rights Reserved.