Class PackageExportResource

  • All Implemented Interfaces:
    com.xebialabs.deployit.core.api.PackageExportProxy

    @Service
    public class PackageExportResource
    extends com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource
    implements com.xebialabs.deployit.core.api.PackageExportProxy
    I am A REST resource that exposes functionality of exporting a deployment package version.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String exportDar​(java.lang.String id)  
      • Methods inherited from class com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource

        checkPermission, checkPermission, checkPermissions, checkPermissions, checkReadPermission, hasPermission, hasPermission, hasReadPermission, setRoleService
      • 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