Class PackageExportResource

java.lang.Object
com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource
com.xebialabs.deployit.core.rest.api.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.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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 Details

    • PackageExportResource

      public PackageExportResource()
  • Method Details

    • exportDar

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