com.heroku.api
Class Release

java.lang.Object
  extended by com.heroku.api.Release
All Implemented Interfaces:
Serializable

public class Release
extends Object
implements Serializable

TODO: Javadoc

Author:
Naaman Newbold
See Also:
Serialized Form

Constructor Summary
Release()
           
 
Method Summary
 List<String> getAddons()
           
 String getCommit()
           
 String getCreatedAt()
           
 String getDescription()
           
 Map<String,String> getEnv()
           
 String getName()
           
 Map<String,String> getPSTable()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Release

public Release()
Method Detail

getName

public String getName()

getDescription

public String getDescription()

getUser

public String getUser()

getCommit

public String getCommit()

getCreatedAt

public String getCreatedAt()

getEnv

public Map<String,String> getEnv()

getAddons

public List<String> getAddons()

getPSTable

public Map<String,String> getPSTable()


Copyright © 2012. All Rights Reserved.