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
DeploymentDto getDeployment()
DeploymentResourcesResource getDeploymentResources()
DeploymentDto redeploy(@Context javax.ws.rs.core.UriInfo uriInfo, RedeploymentDto redeployment)
void deleteDeployment(String deploymentId, @Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2018. All rights reserved.