Interface DeploymentResource

All Known Implementing Classes:
DeploymentResourceImpl

public interface DeploymentResource
  • Field Details

  • Method Details

    • getDeployment

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

      @Path("/resources") DeploymentResourcesResource getDeploymentResources()
    • redeploy

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

      @DELETE void deleteDeployment(@PathParam("id") String deploymentId, @Context jakarta.ws.rs.core.UriInfo uriInfo)