org.apache.maven.continuum.web.bean
Class CheckoutQueue

java.lang.Object
  extended by org.apache.maven.continuum.web.bean.Queue
      extended by org.apache.maven.continuum.web.bean.CheckoutQueue

public class CheckoutQueue
extends Queue

Version:
$Id: CheckoutQueue.java 775002 2009-05-15 04:44:42Z evenisse $
Author:
Emmanuel Venisse

Constructor Summary
CheckoutQueue()
           
 
Method Summary
 CheckOutTask getTask()
           
 void setTask(CheckOutTask task)
           
 
Methods inherited from class org.apache.maven.continuum.web.bean.Queue
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckoutQueue

public CheckoutQueue()
Method Detail

getTask

public CheckOutTask getTask()

setTask

public void setTask(CheckOutTask task)


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