hudson.plugins.sctmexecutor.service
Interface ISCTMService

All Known Implementing Classes:
SCTMReRunProxy, SCTMService

public interface ISCTMService


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)
           
 

Method Detail

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)

addBuildNumber

void addBuildNumber(int buildNumber)


Copyright © 2009. All Rights Reserved.