hudson.plugins.sctmexecutor.service
Class SCTMReRunProxy

java.lang.Object
  extended by hudson.plugins.sctmexecutor.service.SCTMReRunProxy
All Implemented Interfaces:
ISCTMService

public class SCTMReRunProxy
extends java.lang.Object
implements ISCTMService


Constructor Summary
SCTMReRunProxy(ISCTMService target)
           
 
Method Summary
 void addBuildNumber(int buildNumber)
           
 boolean buildNumberExists(int buildNumber)
           
 ExecutionResult getExecutionResult(ExecutionHandle handle)
           
 boolean isFinished(ExecutionHandle handle)
           
 java.util.Collection<ExecutionHandle> start(int executionId)
           
 java.util.Collection<ExecutionHandle> start(int executionId, java.lang.String buildNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCTMReRunProxy

public SCTMReRunProxy(ISCTMService target)
Method Detail

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.