108109110111112113114115
log.info( "no build task in queue" ); } } catch ( TaskQueueException e ) { throw new TaskQueueManagerException( "Error while getting build tasks from queue", e ); } }
145146147148149150151152
{ return (TaskQueueExecutor) container.lookup( TaskQueueExecutor.class, "build-agent" ); } catch ( ComponentLookupException e ) { throw new TaskQueueManagerException( e.getMessage(), e ); } }
161162163164165166167168169
return true; } } catch ( TaskQueueException e ) { throw new TaskQueueManagerException( e.getMessage(), e ); } return false; }
191192193194195196197198199200
log.info( "no build task in queue" ); } } catch ( TaskQueueException e ) { throw new TaskQueueManagerException( e.getMessage(), e ); } return false; }
222223224225226227228229230231
log.info( "no prepare build task in queue" ); } } catch ( TaskQueueException e ) { throw new TaskQueueManagerException( e.getMessage(), e ); } return false; }
128129130131132133134135
141142143144145146147148
154155156157158159160161
{ return (TaskQueueExecutor) container.lookup( TaskQueueExecutor.class, "prepare-build-agent" ); } catch ( ComponentLookupException e ) { throw new TaskQueueManagerException( e.getMessage(), e ); } }
170171172173174175176177178
200201202203204205206207208209