com.xebialabs.deployit.client
Class Deployed

java.lang.Object
  extended by com.xebialabs.deployit.client.Deployed

public class Deployed
extends Object


Field Summary
protected  String id
           
protected  Map<String,String> placeholders
           
protected  String type
           
protected  Map<String,Object> values
           
 
Constructor Summary
Deployed()
           
 
Method Summary
 void addPlaceholder(String key, String value)
           
 void addValues(String name, Object value)
           
 String getContainer()
           
 String getDeployable(String version)
           
 String getId()
           
 Map<String,String> getPlaceholders()
           
 String getType()
           
 Map<String,Object> getValues()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected String id

type

protected String type

values

protected final Map<String,Object> values

placeholders

protected final Map<String,String> placeholders
Constructor Detail

Deployed

public Deployed()
Method Detail

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.