Interface DeploymentService


  • public interface DeploymentService
    • Method Detail

      • upsert

        void upsert​(java.lang.String gameId,
                    PackageDescr... packageDescrs)
             throws java.io.IOException
        Throws:
        java.io.IOException
      • delete

        void delete​(java.lang.String gameId,
                    PackageDescr... packageDescrs)
             throws java.io.IOException
        Throws:
        java.io.IOException