hudson.plugins.sctmexecutor.service
Interface ISCTMService

All Known Implementing Classes:
SCTMReRunProxy, SCTMService

public interface ISCTMService


Method Summary
 boolean addBuildNumber(int buildNumber, int nodeId)
           
 boolean buildNumberExists(int buildNumber, int nodeId)
           
 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,
                          int nodeId)
                          throws SCTMException
Throws:
SCTMException

addBuildNumber

boolean addBuildNumber(int buildNumber,
                       int nodeId)
                       throws SCTMException
Throws:
SCTMException


Copyright © 2010. All Rights Reserved.