org.apache.continuum.buildagent.build.execution.manager
Interface BuildAgentBuildExecutorManager

All Known Implementing Classes:
DefaultBuildAgentBuildExecutorManager

public interface BuildAgentBuildExecutorManager


Field Summary
static String ROLE
           
 
Method Summary
 ContinuumAgentBuildExecutor getBuildExecutor(String executorId)
           
 boolean hasBuildExecutor(String executorId)
           
 

Field Detail

ROLE

static final String ROLE
Method Detail

getBuildExecutor

ContinuumAgentBuildExecutor getBuildExecutor(String executorId)
                                             throws ContinuumException
Throws:
ContinuumException

hasBuildExecutor

boolean hasBuildExecutor(String executorId)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.