com.xebialabs.deployit.core.rest.api
Class ExportResource

java.lang.Object
  extended by com.xebialabs.deployit.core.rest.api.ExportResource
All Implemented Interfaces:
com.xebialabs.deployit.core.api.ExportProxy

@Controller
public class ExportResource
extends java.lang.Object
implements com.xebialabs.deployit.core.api.ExportProxy


Constructor Summary
ExportResource()
           
 
Method Summary
 javax.ws.rs.core.Response getFullArchivedTasks()
           
 javax.ws.rs.core.Response getFullArchivedTasksInDateRange(com.xebialabs.deployit.core.api.resteasy.Date beginDate, com.xebialabs.deployit.core.api.resteasy.Date endDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportResource

public ExportResource()
Method Detail

getFullArchivedTasks

public javax.ws.rs.core.Response getFullArchivedTasks()
Specified by:
getFullArchivedTasks in interface com.xebialabs.deployit.core.api.ExportProxy

getFullArchivedTasksInDateRange

public javax.ws.rs.core.Response getFullArchivedTasksInDateRange(com.xebialabs.deployit.core.api.resteasy.Date beginDate,
                                                                 com.xebialabs.deployit.core.api.resteasy.Date endDate)
Specified by:
getFullArchivedTasksInDateRange in interface com.xebialabs.deployit.core.api.ExportProxy