Package org.apache.archiva.redback.components.taskqueue

Examples of org.apache.archiva.redback.components.taskqueue.BuildProjectTask.done()


            try
            {
                logger.info( "Sleeping {} ms (interrupts ignored: {} )", timeToSleep, task.ignoreInterrupts() );
                Thread.sleep( timeToSleep );

                task.done();

                logger.info( "Task completed normally: {} cancelled: {}; done: {}", task, task.isCancelled(),
                             task.isDone() );
            }
            catch ( InterruptedException e )
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.