com.xebialabs.deployit.client
Class Deployed
java.lang.Object
com.xebialabs.deployit.client.Deployed
public class Deployed
- extends Object
id
protected String id
type
protected String type
values
protected final Map<String,Object> values
placeholders
protected final Map<String,String> placeholders
Deployed
public Deployed()
addValues
public void addValues(String name,
Object value)
getContainer
public String getContainer()
getDeployable
public String getDeployable(String version)
getId
public String getId()
getType
public String getType()
getValues
public Map<String,Object> getValues()
addPlaceholder
public void addPlaceholder(String key,
String value)
getPlaceholders
public Map<String,String> getPlaceholders()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.