org.hudsonci.rest.api.queue
Class QueueResource

java.lang.Object
  extended by org.hudsonci.rest.api.internal.ResourceSupport
      extended by org.hudsonci.rest.api.queue.QueueResource

@Named
public class QueueResource
extends ResourceSupport

Queue resource.

Since:
2.1.0
Author:
Jason Dillon

Field Summary
 
Fields inherited from class org.hudsonci.rest.api.internal.ResourceSupport
log
 
Constructor Summary
QueueResource(QueueService queueService)
           
 
Method Summary
 javax.ws.rs.core.Response clear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueueResource

@Inject
public QueueResource(QueueService queueService)
Method Detail

clear

public javax.ws.rs.core.Response clear()


Copyright © 2004-2011 Hudson. All Rights Reserved.