Interface DeploymentResource

    • Method Detail

      • getDeployment

        @GET
        @Produces("application/json")
        DeploymentDto getDeployment()
      • redeploy

        @POST
        @Path("/redeploy")
        @Produces("application/json")
        DeploymentDto redeploy​(@Context
                               javax.ws.rs.core.UriInfo uriInfo,
                               RedeploymentDto redeployment)
      • deleteDeployment

        @DELETE
        void deleteDeployment​(@PathParam("id")
                              java.lang.String deploymentId,
                              @Context
                              javax.ws.rs.core.UriInfo uriInfo)