Class RestDeploymentModel

java.lang.Object
org.alfresco.utility.model.TestModel
org.alfresco.rest.model.RestDeploymentModel
All Implemented Interfaces:
IModelAssertion<RestDeploymentModel>, IRestModel<RestDeploymentModel>, org.alfresco.utility.model.Model

public class RestDeploymentModel extends org.alfresco.utility.model.TestModel implements IRestModel<RestDeploymentModel>
Handles single Deployment Entry JSON response "entry": { "id": "string", "name": "string", "category": "string", "deployedAt": "2016-10-04T13:15:36.222Z" } Created by Claudia Agache on 10/4/2016.
  • Constructor Details

    • RestDeploymentModel

      public RestDeploymentModel()
    • RestDeploymentModel

      public RestDeploymentModel(String id)
  • Method Details