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
buildNumberExists
boolean buildNumberExists(int buildNumber,
int nodeId)
throws SCTMException
- Throws:
SCTMException
addBuildNumber
boolean addBuildNumber(int buildNumber,
int nodeId)
throws SCTMException
- Throws:
SCTMException
Copyright © 2010. All Rights Reserved.