Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getDeployedApplication​(java.lang.String applicationId, java.lang.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 Detail

      • DeploymentInternalResource

        public DeploymentInternalResource()
    • Method Detail

      • getDeployedApplication

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