public interface DeploymentResource
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteDeployment(String deploymentId,
                javax.ws.rs.core.UriInfo uriInfo)  | 
DeploymentDto | 
getDeployment()  | 
DeploymentResourcesResource | 
getDeploymentResources()  | 
DeploymentDto | 
redeploy(javax.ws.rs.core.UriInfo uriInfo,
        RedeploymentDto redeployment)  | 
static final String CASCADE
@GET @Produces(value="application/json") DeploymentDto getDeployment()
@Path(value="/resources") DeploymentResourcesResource getDeploymentResources()
@POST @Path(value="/redeploy") @Produces(value="application/json") DeploymentDto redeploy(@Context javax.ws.rs.core.UriInfo uriInfo, RedeploymentDto redeployment)
@DELETE
void deleteDeployment(@PathParam(value="id")
                              String deploymentId,
                              @Context
                              javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2021. All rights reserved.