Class DeploymentJsonConverter

java.lang.Object
com.xebialabs.xltype.serialization.json.DeploymentJsonConverter

public class DeploymentJsonConverter extends Object
  • Constructor Details

  • Method Details

    • getCiConverter

      public ConfigurationItemConverter getCiConverter()
    • toJson

      public String toJson(com.xebialabs.deployit.engine.api.dto.Deployment deployment)
    • toJson

      public void toJson(com.xebialabs.deployit.engine.api.dto.Deployment deployment, JsonWriter writer)
    • toJson

      public void toJson(Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> resolvedPlaceholders, JsonWriter json)
    • toDeployment

      public com.xebialabs.deployit.engine.api.dto.Deployment toDeployment(String jsonString)
    • toResolvedPlaceholder

      public com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder toResolvedPlaceholder(org.codehaus.jettison.json.JSONObject jsonObject) throws org.codehaus.jettison.json.JSONException
      Throws:
      org.codehaus.jettison.json.JSONException
    • toDeployment

      public com.xebialabs.deployit.engine.api.dto.Deployment toDeployment(org.codehaus.jettison.json.JSONObject json) throws org.codehaus.jettison.json.JSONException
      Throws:
      org.codehaus.jettison.json.JSONException