com.heroku.api
Class Release
java.lang.Object
com.heroku.api.Release
- All Implemented Interfaces:
- Serializable
public class Release
- extends Object
- implements Serializable
TODO: Javadoc
- Author:
- Naaman Newbold
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Release
public Release()
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.