Class DeploymentInternalResource

java.lang.Object
com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource
com.xebialabs.deployit.core.rest.api.DeploymentInternalResource

@Service @Path("/internal/deployment") @Consumes({"application/xml","application/json"}) @Produces({"application/xml","application/json"}) public class DeploymentInternalResource extends com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
    getDeployedApplication(String applicationId, String environmentId)
     

    Methods inherited from class com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource

    checkPermission, checkPermission, checkPermissions, checkPermissions, checkReadPermission, hasPermission, hasPermission, hasReadPermission, setRoleService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeploymentInternalResource

      public DeploymentInternalResource()
  • Method Details

    • getDeployedApplication

      @GET @Path("deployed/application") public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getDeployedApplication(@QueryParam("application") String applicationId, @QueryParam("environment") String environmentId)