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

java.lang.Object
  extended by com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource
      extended by com.xebialabs.deployit.core.rest.api.PackageExportResource
All Implemented Interfaces:
com.xebialabs.deployit.core.api.PackageExportProxy

@Controller
public class PackageExportResource
extends AbstractSecuredResource
implements com.xebialabs.deployit.core.api.PackageExportProxy

I am A REST resource that exposes functionality of exporting a deployment package version.


Constructor Summary
PackageExportResource()
           
 
Method Summary
 java.lang.String exportDar(java.lang.String id)
           
 
Methods inherited from class com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource
checkPermission, checkPermission, hasPermission
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageExportResource

public PackageExportResource()
Method Detail

exportDar

public java.lang.String exportDar(java.lang.String id)
Specified by:
exportDar in interface com.xebialabs.deployit.core.api.PackageExportProxy