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 -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.plugin.api.udm.ConfigurationItemgetDeployedApplication(String applicationId, String environmentId) Methods inherited from class com.xebialabs.deployit.core.rest.secured.AbstractSecuredResource
checkPermission, checkPermission, checkPermissions, checkPermissions, checkReadPermission, hasPermission, hasPermission, hasReadPermission, setRoleService
-
Constructor Details
-
DeploymentInternalResource
public DeploymentInternalResource()
-
-
Method Details
-
getDeployedApplication
-