hudson.plugins.sctmexecutor.service
Class SCTMReRunProxy
java.lang.Object
hudson.plugins.sctmexecutor.service.SCTMReRunProxy
- All Implemented Interfaces:
- ISCTMService
public class SCTMReRunProxy
- extends java.lang.Object
- implements ISCTMService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCTMReRunProxy
public SCTMReRunProxy(ISCTMService target)
getExecutionResult
public ExecutionResult getExecutionResult(ExecutionHandle handle)
throws SCTMException
- Specified by:
getExecutionResult in interface ISCTMService
- Throws:
SCTMException
isFinished
public boolean isFinished(ExecutionHandle handle)
throws SCTMException
- Specified by:
isFinished in interface ISCTMService
- Throws:
SCTMException
start
public java.util.Collection<ExecutionHandle> start(int executionId)
throws SCTMException
- Specified by:
start in interface ISCTMService
- Throws:
SCTMException
start
public java.util.Collection<ExecutionHandle> start(int executionId,
java.lang.String buildNumber)
throws SCTMException
- Specified by:
start in interface ISCTMService
- Throws:
SCTMException
addBuildNumber
public void addBuildNumber(int buildNumber)
- Specified by:
addBuildNumber in interface ISCTMService
buildNumberExists
public boolean buildNumberExists(int buildNumber)
- Specified by:
buildNumberExists in interface ISCTMService
Copyright © 2009. All Rights Reserved.