Class DeploymentJsonConverter
java.lang.Object
com.xebialabs.xltype.serialization.json.DeploymentJsonConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.engine.api.dto.DeploymenttoDeployment(String jsonString) com.xebialabs.deployit.engine.api.dto.DeploymenttoDeployment(org.codehaus.jettison.json.JSONObject json) toJson(com.xebialabs.deployit.engine.api.dto.Deployment deployment) voidtoJson(com.xebialabs.deployit.engine.api.dto.Deployment deployment, JsonWriter writer) voidtoJson(Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> resolvedPlaceholders, JsonWriter json) com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholdertoResolvedPlaceholder(org.codehaus.jettison.json.JSONObject jsonObject)
-
Constructor Details
-
DeploymentJsonConverter
-
-
Method Details
-
getCiConverter
-
toJson
-
toJson
-
toJson
public void toJson(Set<com.xebialabs.deployit.plugin.api.deployment.ResolvedPlaceholder> resolvedPlaceholders, JsonWriter json) -
toDeployment
-
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
-