public class SelectedDeploymentJsonConverter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEPLOYABLE_IDS |
static java.lang.String |
DEPLOYMENT |
| Constructor and Description |
|---|
SelectedDeploymentJsonConverter(DeploymentJsonConverter deploymentJsonConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
readSelectedDeployables(org.codehaus.jettison.json.JSONObject json) |
java.lang.String |
toJson(com.xebialabs.deployit.engine.api.dto.SelectedDeployment selectedDeployment) |
void |
toJson(com.xebialabs.deployit.engine.api.dto.SelectedDeployment selectedDeployment,
JsonWriter writer) |
com.xebialabs.deployit.engine.api.dto.SelectedDeployment |
toSelectedDeployment(java.lang.String jsonString) |
public static final java.lang.String DEPLOYABLE_IDS
public static final java.lang.String DEPLOYMENT
public SelectedDeploymentJsonConverter(DeploymentJsonConverter deploymentJsonConverter)
public java.lang.String toJson(com.xebialabs.deployit.engine.api.dto.SelectedDeployment selectedDeployment)
public void toJson(com.xebialabs.deployit.engine.api.dto.SelectedDeployment selectedDeployment,
JsonWriter writer)
public com.xebialabs.deployit.engine.api.dto.SelectedDeployment toSelectedDeployment(java.lang.String jsonString)
public java.util.List<java.lang.String> readSelectedDeployables(org.codehaus.jettison.json.JSONObject json)
throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONException