org.apache.continuum.buildagent.taskqueue.execution
Class BuildProjectTaskExecutor
java.lang.Object
org.apache.continuum.buildagent.taskqueue.execution.BuildProjectTaskExecutor
- All Implemented Interfaces:
- org.codehaus.plexus.taskqueue.execution.TaskExecutor
public class BuildProjectTaskExecutor
- extends Object
- implements org.codehaus.plexus.taskqueue.execution.TaskExecutor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildProjectTaskExecutor
public BuildProjectTaskExecutor()
executeTask
public void executeTask(org.codehaus.plexus.taskqueue.Task task)
throws org.codehaus.plexus.taskqueue.execution.TaskExecutionException
- Specified by:
executeTask
in interface org.codehaus.plexus.taskqueue.execution.TaskExecutor
- Throws:
org.codehaus.plexus.taskqueue.execution.TaskExecutionException
setBuildContextManager
public void setBuildContextManager(BuildContextManager buildContextManager)
setActionManager
public void setActionManager(org.codehaus.plexus.action.ActionManager actionManager)
setBuildAgentConfigurationService
public void setBuildAgentConfigurationService(BuildAgentConfigurationService buildAgentConfigurationService)
setBuildAgentManager
public void setBuildAgentManager(BuildAgentManager buildAgentManager)
setBuildAgentBuildExecutorManager
public void setBuildAgentBuildExecutorManager(BuildAgentBuildExecutorManager buildAgentBuildExecutorManager)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.