A B C D E F G H I J K L N O P Q R S T U V W X

A

addAddon(String, String) - Method in class com.heroku.api.HerokuAPI
 
addCollaborator(String, String) - Method in class com.heroku.api.HerokuAPI
 
addConfig(String, Map<String, String>) - Method in class com.heroku.api.HerokuAPI
 
addKey(String) - Method in class com.heroku.api.HerokuAPI
 
Addon - Class in com.heroku.api
TODO: Javadoc
Addon() - Constructor for class com.heroku.api.Addon
 
AddonChange - Class in com.heroku.api
TODO: Javadoc
AddonChange() - Constructor for class com.heroku.api.AddonChange
 
AddonInstall - Class in com.heroku.api.request.addon
TODO: Javadoc
AddonInstall(String, String) - Constructor for class com.heroku.api.request.addon.AddonInstall
 
AddonList - Class in com.heroku.api.request.addon
TODO: Javadoc
AddonList() - Constructor for class com.heroku.api.request.addon.AddonList
 
AddonRemove - Class in com.heroku.api.request.addon
TODO: Javadoc
AddonRemove(String, String) - Constructor for class com.heroku.api.request.addon.AddonRemove
 
App - Class in com.heroku.api
TODO: Javadoc
App() - Constructor for class com.heroku.api.App
 
app(String) - Method in class com.heroku.api.request.log.Log.LogRequestBuilder
 
app(String) - Method in class com.heroku.api.request.RequestConfig
 
AppAddonsList - Class in com.heroku.api.request.addon
TODO: Javadoc
AppAddonsList(String) - Constructor for class com.heroku.api.request.addon.AppAddonsList
 
AppCreate - Class in com.heroku.api.request.app
TODO: Javadoc
AppCreate(App) - Constructor for class com.heroku.api.request.app.AppCreate
 
AppDestroy - Class in com.heroku.api.request.app
TODO: Javadoc
AppDestroy(String) - Constructor for class com.heroku.api.request.app.AppDestroy
 
AppInfo - Class in com.heroku.api.request.app
TODO: Javadoc
AppInfo(String) - Constructor for class com.heroku.api.request.app.AppInfo
 
AppList - Class in com.heroku.api.request.app
TODO: Javadoc
AppList() - Constructor for class com.heroku.api.request.app.AppList
 
AppRename - Class in com.heroku.api.request.app
TODO: Javadoc
AppRename(String, String) - Constructor for class com.heroku.api.request.app.AppRename
 
asMap() - Method in class com.heroku.api.request.RequestConfig
 
AsyncConnection<F> - Interface in com.heroku.api.connection
 
attach() - Method in class com.heroku.api.request.run.RunResponse
Should only be called if you started the process with attach enabled

B

BasicAuthLogin - Class in com.heroku.api.request.login
 
BasicAuthLogin(String, String) - Constructor for class com.heroku.api.request.login.BasicAuthLogin
 

C

close() - Method in interface com.heroku.api.connection.Connection
 
CollabList - Class in com.heroku.api.request.sharing
TODO: Javadoc
CollabList(String) - Constructor for class com.heroku.api.request.sharing.CollabList
 
Collaborator - Class in com.heroku.api
TODO: Javadoc
Collaborator() - Constructor for class com.heroku.api.Collaborator
 
com.heroku.api - package com.heroku.api
 
com.heroku.api.connection - package com.heroku.api.connection
 
com.heroku.api.exception - package com.heroku.api.exception
 
com.heroku.api.http - package com.heroku.api.http
 
com.heroku.api.parser - package com.heroku.api.parser
 
com.heroku.api.request - package com.heroku.api.request
 
com.heroku.api.request.addon - package com.heroku.api.request.addon
 
com.heroku.api.request.app - package com.heroku.api.request.app
 
com.heroku.api.request.config - package com.heroku.api.request.config
 
com.heroku.api.request.key - package com.heroku.api.request.key
 
com.heroku.api.request.log - package com.heroku.api.request.log
 
com.heroku.api.request.login - package com.heroku.api.request.login
 
com.heroku.api.request.ps - package com.heroku.api.request.ps
 
com.heroku.api.request.releases - package com.heroku.api.request.releases
 
com.heroku.api.request.run - package com.heroku.api.request.run
 
com.heroku.api.request.sharing - package com.heroku.api.request.sharing
 
com.heroku.api.response - package com.heroku.api.response
 
ConfigAdd - Class in com.heroku.api.request.config
TODO: Javadoc
ConfigAdd(String, String) - Constructor for class com.heroku.api.request.config.ConfigAdd
 
ConfigList - Class in com.heroku.api.request.config
TODO: Javadoc
ConfigList(String) - Constructor for class com.heroku.api.request.config.ConfigList
 
ConfigRemove - Class in com.heroku.api.request.config
TODO: Javadoc
ConfigRemove(String, String) - Constructor for class com.heroku.api.request.config.ConfigRemove
 
Connection - Interface in com.heroku.api.connection
Connection manager for connecting to the Heroku API.
ConnectionFactory - Class in com.heroku.api.connection
Service locator that determines the default Connection implementation a user is using.
ConnectionFactory() - Constructor for class com.heroku.api.connection.ConnectionFactory
 
ConnectionProvider - Interface in com.heroku.api.connection
TODO: Javadoc
createApp() - Method in class com.heroku.api.HerokuAPI
 
createApp(App) - Method in class com.heroku.api.HerokuAPI
 

D

defaultValue - Variable in enum com.heroku.api.Heroku.Config
 
destroyApp(String) - Method in class com.heroku.api.HerokuAPI
 
Domain - Class in com.heroku.api
TODO: Javadoc
Domain() - Constructor for class com.heroku.api.Domain
 

E

encodeParameters(RequestConfig, Heroku.RequestKey...) - Static method in class com.heroku.api.http.HttpUtil
 
environmentVariable - Variable in enum com.heroku.api.Heroku.Config
 
execute(Request<T>) - Method in interface com.heroku.api.connection.Connection
 
executeAsync(Request<T>) - Method in interface com.heroku.api.connection.AsyncConnection
 

F

format(String...) - Method in enum com.heroku.api.Heroku.Resource
 
fromString(String) - Static method in enum com.heroku.api.Heroku.ResponseKey
 
fromString(String) - Static method in enum com.heroku.api.Heroku.Stack
 

G

get(String, String) - Static method in class com.heroku.api.connection.ConnectionFactory
 
get(String) - Static method in class com.heroku.api.connection.ConnectionFactory
 
get(String, String) - Method in interface com.heroku.api.connection.ConnectionProvider
 
get(String) - Method in interface com.heroku.api.connection.ConnectionProvider
 
get(Heroku.RequestKey) - Method in class com.heroku.api.request.RequestConfig
 
getAccess() - Method in class com.heroku.api.Collaborator
 
getAction() - Method in class com.heroku.api.Proc
 
getAction() - Method in class com.heroku.api.request.run.RunResponse
 
getAddons() - Method in class com.heroku.api.Release
 
getApiKey() - Method in interface com.heroku.api.connection.Connection
 
getApiKey() - Method in class com.heroku.api.HerokuAPI
 
getApiKey() - Method in class com.heroku.api.LoginVerification
 
getApp(String) - Method in class com.heroku.api.HerokuAPI
 
getAppId() - Method in class com.heroku.api.Domain
 
getAppName() - Method in class com.heroku.api.Proc
 
getBaseDomain() - Method in class com.heroku.api.Domain
 
getBeta() - Method in class com.heroku.api.Addon
 
getBody() - Method in class com.heroku.api.request.addon.AddonInstall
 
getBody() - Method in class com.heroku.api.request.addon.AddonList
 
getBody() - Method in class com.heroku.api.request.addon.AddonRemove
 
getBody() - Method in class com.heroku.api.request.addon.AppAddonsList
 
getBody() - Method in class com.heroku.api.request.app.AppCreate
 
getBody() - Method in class com.heroku.api.request.app.AppDestroy
 
getBody() - Method in class com.heroku.api.request.app.AppInfo
 
getBody() - Method in class com.heroku.api.request.app.AppList
 
getBody() - Method in class com.heroku.api.request.app.AppRename
 
getBody() - Method in class com.heroku.api.request.config.ConfigAdd
 
getBody() - Method in class com.heroku.api.request.config.ConfigList
 
getBody() - Method in class com.heroku.api.request.config.ConfigRemove
 
getBody() - Method in class com.heroku.api.request.key.KeyAdd
 
getBody() - Method in class com.heroku.api.request.key.KeyList
 
getBody() - Method in class com.heroku.api.request.key.KeyRemove
 
getBody() - Method in class com.heroku.api.request.log.Log
 
getBody() - Method in class com.heroku.api.request.login.BasicAuthLogin
 
getBody() - Method in class com.heroku.api.request.ps.ProcessList
 
getBody() - Method in class com.heroku.api.request.ps.Restart
 
getBody() - Method in class com.heroku.api.request.ps.Scale
 
getBody() - Method in class com.heroku.api.request.releases.ListReleases
 
getBody() - Method in class com.heroku.api.request.releases.ReleaseInfo
 
getBody() - Method in class com.heroku.api.request.releases.Rollback
 
getBody() - Method in interface com.heroku.api.request.Request
 
getBody() - Method in class com.heroku.api.request.run.Run
 
getBody() - Method in class com.heroku.api.request.sharing.CollabList
 
getBody() - Method in class com.heroku.api.request.sharing.SharingAdd
 
getBody() - Method in class com.heroku.api.request.sharing.SharingRemove
 
getBody() - Method in class com.heroku.api.request.sharing.SharingTransfer
 
getBytes(InputStream) - Static method in class com.heroku.api.http.HttpUtil
 
getCommand() - Method in class com.heroku.api.Proc
 
getCommand() - Method in class com.heroku.api.request.run.RunResponse
 
getCommit() - Method in class com.heroku.api.Release
 
getConfigured() - Method in class com.heroku.api.Addon
 
getConnection() - Method in class com.heroku.api.HerokuAPI
 
getContents() - Method in class com.heroku.api.Key
 
getCreatedAt() - Method in class com.heroku.api.App
 
getCreatedAt() - Method in class com.heroku.api.Domain
 
getCreatedAt() - Method in class com.heroku.api.Release
 
getCreateStatus() - Method in class com.heroku.api.App
 
getDefault() - Method in class com.heroku.api.Domain
 
getDescription() - Method in class com.heroku.api.Addon
 
getDescription() - Method in class com.heroku.api.Release
 
getDomain() - Method in class com.heroku.api.App
 
getDomain() - Method in class com.heroku.api.Domain
 
getDynos() - Method in class com.heroku.api.App
 
getElapsed() - Method in class com.heroku.api.Proc
 
getElapsed() - Method in class com.heroku.api.request.run.RunResponse
 
getEmail() - Method in class com.heroku.api.Collaborator
 
getEmail() - Method in class com.heroku.api.Key
 
getEmail() - Method in class com.heroku.api.LoginVerification
 
getEndpoint() - Method in class com.heroku.api.request.addon.AddonInstall
 
getEndpoint() - Method in class com.heroku.api.request.addon.AddonList
 
getEndpoint() - Method in class com.heroku.api.request.addon.AddonRemove
 
getEndpoint() - Method in class com.heroku.api.request.addon.AppAddonsList
 
getEndpoint() - Method in class com.heroku.api.request.app.AppCreate
 
getEndpoint() - Method in class com.heroku.api.request.app.AppDestroy
 
getEndpoint() - Method in class com.heroku.api.request.app.AppInfo
 
getEndpoint() - Method in class com.heroku.api.request.app.AppList
 
getEndpoint() - Method in class com.heroku.api.request.app.AppRename
 
getEndpoint() - Method in class com.heroku.api.request.config.ConfigAdd
 
getEndpoint() - Method in class com.heroku.api.request.config.ConfigList
 
getEndpoint() - Method in class com.heroku.api.request.config.ConfigRemove
 
getEndpoint() - Method in class com.heroku.api.request.key.KeyAdd
 
getEndpoint() - Method in class com.heroku.api.request.key.KeyList
 
getEndpoint() - Method in class com.heroku.api.request.key.KeyRemove
 
getEndpoint() - Method in class com.heroku.api.request.log.Log
 
getEndpoint() - Method in class com.heroku.api.request.login.BasicAuthLogin
 
getEndpoint() - Method in class com.heroku.api.request.ps.ProcessList
 
getEndpoint() - Method in class com.heroku.api.request.ps.Restart
 
getEndpoint() - Method in class com.heroku.api.request.ps.Scale
 
getEndpoint() - Method in class com.heroku.api.request.releases.ListReleases
 
getEndpoint() - Method in class com.heroku.api.request.releases.ReleaseInfo
 
getEndpoint() - Method in class com.heroku.api.request.releases.Rollback
 
getEndpoint() - Method in interface com.heroku.api.request.Request
 
getEndpoint() - Method in class com.heroku.api.request.run.Run
 
getEndpoint() - Method in class com.heroku.api.request.sharing.CollabList
 
getEndpoint() - Method in class com.heroku.api.request.sharing.SharingAdd
 
getEndpoint() - Method in class com.heroku.api.request.sharing.SharingRemove
 
getEndpoint() - Method in class com.heroku.api.request.sharing.SharingTransfer
 
getEnv() - Method in class com.heroku.api.Release
 
getGitUrl() - Method in class com.heroku.api.App
 
getHeaderName() - Method in enum com.heroku.api.Heroku.ApiVersion
 
getHeaderName() - Method in enum com.heroku.api.http.Http.Accept
 
getHeaderName() - Method in enum com.heroku.api.http.Http.ContentType
 
getHeaderName() - Method in interface com.heroku.api.http.Http.Header
 
getHeaders() - Method in class com.heroku.api.request.addon.AddonInstall
 
getHeaders() - Method in class com.heroku.api.request.addon.AddonList
 
getHeaders() - Method in class com.heroku.api.request.addon.AddonRemove
 
getHeaders() - Method in class com.heroku.api.request.addon.AppAddonsList
 
getHeaders() - Method in class com.heroku.api.request.app.AppCreate
 
getHeaders() - Method in class com.heroku.api.request.app.AppDestroy
 
getHeaders() - Method in class com.heroku.api.request.app.AppInfo
 
getHeaders() - Method in class com.heroku.api.request.app.AppList
 
getHeaders() - Method in class com.heroku.api.request.app.AppRename
 
getHeaders() - Method in class com.heroku.api.request.config.ConfigAdd
 
getHeaders() - Method in class com.heroku.api.request.config.ConfigList
 
getHeaders() - Method in class com.heroku.api.request.config.ConfigRemove
 
getHeaders() - Method in class com.heroku.api.request.key.KeyAdd
 
getHeaders() - Method in class com.heroku.api.request.key.KeyList
 
getHeaders() - Method in class com.heroku.api.request.key.KeyRemove
 
getHeaders() - Method in class com.heroku.api.request.log.Log
 
getHeaders() - Method in class com.heroku.api.request.login.BasicAuthLogin
 
getHeaders() - Method in class com.heroku.api.request.ps.ProcessList
 
getHeaders() - Method in class com.heroku.api.request.ps.Restart
 
getHeaders() - Method in class com.heroku.api.request.ps.Scale
 
getHeaders() - Method in class com.heroku.api.request.releases.ListReleases
 
getHeaders() - Method in class com.heroku.api.request.releases.ReleaseInfo
 
getHeaders() - Method in class com.heroku.api.request.releases.Rollback
 
getHeaders() - Method in interface com.heroku.api.request.Request
 
getHeaders() - Method in class com.heroku.api.request.run.Run
 
getHeaders() - Method in class com.heroku.api.request.sharing.CollabList
 
getHeaders() - Method in class com.heroku.api.request.sharing.SharingAdd
 
getHeaders() - Method in class com.heroku.api.request.sharing.SharingRemove
 
getHeaders() - Method in class com.heroku.api.request.sharing.SharingTransfer
 
getHeaderValue() - Method in enum com.heroku.api.Heroku.ApiVersion
 
getHeaderValue() - Method in enum com.heroku.api.http.Http.Accept
 
getHeaderValue() - Method in enum com.heroku.api.http.Http.ContentType
 
getHeaderValue() - Method in interface com.heroku.api.http.Http.Header
 
getHttpMethod() - Method in class com.heroku.api.request.addon.AddonInstall
 
getHttpMethod() - Method in class com.heroku.api.request.addon.AddonList
 
getHttpMethod() - Method in class com.heroku.api.request.addon.AddonRemove
 
getHttpMethod() - Method in class com.heroku.api.request.addon.AppAddonsList
 
getHttpMethod() - Method in class com.heroku.api.request.app.AppCreate
 
getHttpMethod() - Method in class com.heroku.api.request.app.AppDestroy
 
getHttpMethod() - Method in class com.heroku.api.request.app.AppInfo
 
getHttpMethod() - Method in class com.heroku.api.request.app.AppList
 
getHttpMethod() - Method in class com.heroku.api.request.app.AppRename
 
getHttpMethod() - Method in class com.heroku.api.request.config.ConfigAdd
 
getHttpMethod() - Method in class com.heroku.api.request.config.ConfigList
 
getHttpMethod() - Method in class com.heroku.api.request.config.ConfigRemove
 
getHttpMethod() - Method in class com.heroku.api.request.key.KeyAdd
 
getHttpMethod() - Method in class com.heroku.api.request.key.KeyList
 
getHttpMethod() - Method in class com.heroku.api.request.key.KeyRemove
 
getHttpMethod() - Method in class com.heroku.api.request.log.Log
 
getHttpMethod() - Method in class com.heroku.api.request.login.BasicAuthLogin
 
getHttpMethod() - Method in class com.heroku.api.request.ps.ProcessList
 
getHttpMethod() - Method in class com.heroku.api.request.ps.Restart
 
getHttpMethod() - Method in class com.heroku.api.request.ps.Scale
 
getHttpMethod() - Method in class com.heroku.api.request.releases.ListReleases
 
getHttpMethod() - Method in class com.heroku.api.request.releases.ReleaseInfo
 
getHttpMethod() - Method in class com.heroku.api.request.releases.Rollback
 
getHttpMethod() - Method in interface com.heroku.api.request.Request
 
getHttpMethod() - Method in class com.heroku.api.request.run.Run
 
getHttpMethod() - Method in class com.heroku.api.request.sharing.CollabList
 
getHttpMethod() - Method in class com.heroku.api.request.sharing.SharingAdd
 
getHttpMethod() - Method in class com.heroku.api.request.sharing.SharingRemove
 
getHttpMethod() - Method in class com.heroku.api.request.sharing.SharingTransfer
 
getId() - Method in class com.heroku.api.Addon
 
getId() - Method in class com.heroku.api.App
 
getId() - Method in class com.heroku.api.Domain
 
getId() - Method in class com.heroku.api.LoginVerification
 
getLogs(String) - Method in class com.heroku.api.HerokuAPI
 
getLogs(Log.LogRequestBuilder) - Method in class com.heroku.api.HerokuAPI
 
getLogStreamURL() - Method in class com.heroku.api.request.log.LogStreamResponse
 
getMessage() - Method in class com.heroku.api.AddonChange
 
getName() - Method in class com.heroku.api.Addon
 
getName() - Method in class com.heroku.api.App
 
getName() - Method in class com.heroku.api.Release
 
getOwnerEmail() - Method in class com.heroku.api.App
 
getPrettyState() - Method in class com.heroku.api.Proc
 
getPrice() - Method in class com.heroku.api.AddonChange
 
getPriceCents() - Method in class com.heroku.api.Addon
 
getPriceUnit() - Method in class com.heroku.api.Addon
 
getProcess() - Method in class com.heroku.api.Proc
 
getProcess() - Method in class com.heroku.api.request.run.RunResponse
 
getPSTable() - Method in class com.heroku.api.Release
 
getReleaseInfo(String, String) - Method in class com.heroku.api.HerokuAPI
 
getRendezvous_url() - Method in class com.heroku.api.request.run.RunResponse
 
getRendezvousUrl() - Method in class com.heroku.api.Proc
 
getRepoMigrateStatus() - Method in class com.heroku.api.App
 
getRepoSize() - Method in class com.heroku.api.App
 
getRequest() - Method in class com.heroku.api.request.log.Log.LogRequestBuilder
 
getRequestedStack() - Method in class com.heroku.api.App
 
getResponse(byte[], int) - Method in class com.heroku.api.request.addon.AddonInstall
 
getResponse(byte[], int) - Method in class com.heroku.api.request.addon.AddonList
 
getResponse(byte[], int) - Method in class com.heroku.api.request.addon.AddonRemove
 
getResponse(byte[], int) - Method in class com.heroku.api.request.addon.AppAddonsList
 
getResponse(byte[], int) - Method in class com.heroku.api.request.app.AppCreate
 
getResponse(byte[], int) - Method in class com.heroku.api.request.app.AppDestroy
 
getResponse(byte[], int) - Method in class com.heroku.api.request.app.AppInfo
 
getResponse(byte[], int) - Method in class com.heroku.api.request.app.AppList
 
getResponse(byte[], int) - Method in class com.heroku.api.request.app.AppRename
 
getResponse(byte[], int) - Method in class com.heroku.api.request.config.ConfigAdd
 
getResponse(byte[], int) - Method in class com.heroku.api.request.config.ConfigList
 
getResponse(byte[], int) - Method in class com.heroku.api.request.config.ConfigRemove
 
getResponse(byte[], int) - Method in class com.heroku.api.request.key.KeyAdd
 
getResponse(byte[], int) - Method in class com.heroku.api.request.key.KeyList
 
getResponse(byte[], int) - Method in class com.heroku.api.request.key.KeyRemove
 
getResponse(byte[], int) - Method in class com.heroku.api.request.log.Log
 
getResponse(byte[], int) - Method in class com.heroku.api.request.login.BasicAuthLogin
 
getResponse(byte[], int) - Method in class com.heroku.api.request.ps.ProcessList
 
getResponse(byte[], int) - Method in class com.heroku.api.request.ps.Restart
 
getResponse(byte[], int) - Method in class com.heroku.api.request.ps.Scale
 
getResponse(byte[], int) - Method in class com.heroku.api.request.releases.ListReleases
 
getResponse(byte[], int) - Method in class com.heroku.api.request.releases.ReleaseInfo
 
getResponse(byte[], int) - Method in class com.heroku.api.request.releases.Rollback
 
getResponse(byte[], int) - Method in interface com.heroku.api.request.Request
 
getResponse(byte[], int) - Method in class com.heroku.api.request.run.Run
 
getResponse(byte[], int) - Method in class com.heroku.api.request.sharing.CollabList
 
getResponse(byte[], int) - Method in class com.heroku.api.request.sharing.SharingAdd
 
getResponse(byte[], int) - Method in class com.heroku.api.request.sharing.SharingRemove
 
getResponse(byte[], int) - Method in class com.heroku.api.request.sharing.SharingTransfer
 
getResponseBody() - Method in exception com.heroku.api.exception.RequestFailedException
 
getResponseType() - Method in class com.heroku.api.request.addon.AddonInstall
 
getResponseType() - Method in class com.heroku.api.request.addon.AddonList
 
getResponseType() - Method in class com.heroku.api.request.addon.AddonRemove
 
getResponseType() - Method in class com.heroku.api.request.addon.AppAddonsList
 
getResponseType() - Method in class com.heroku.api.request.app.AppCreate
 
getResponseType() - Method in class com.heroku.api.request.app.AppDestroy
 
getResponseType() - Method in class com.heroku.api.request.app.AppInfo
 
getResponseType() - Method in class com.heroku.api.request.app.AppList
 
getResponseType() - Method in class com.heroku.api.request.app.AppRename
 
getResponseType() - Method in class com.heroku.api.request.config.ConfigAdd
 
getResponseType() - Method in class com.heroku.api.request.config.ConfigList
 
getResponseType() - Method in class com.heroku.api.request.config.ConfigRemove
 
getResponseType() - Method in class com.heroku.api.request.key.KeyAdd
 
getResponseType() - Method in class com.heroku.api.request.key.KeyList
 
getResponseType() - Method in class com.heroku.api.request.key.KeyRemove
 
getResponseType() - Method in class com.heroku.api.request.log.Log
 
getResponseType() - Method in class com.heroku.api.request.login.BasicAuthLogin
 
getResponseType() - Method in class com.heroku.api.request.ps.ProcessList
 
getResponseType() - Method in class com.heroku.api.request.ps.Restart
 
getResponseType() - Method in class com.heroku.api.request.ps.Scale
 
getResponseType() - Method in class com.heroku.api.request.releases.ListReleases
 
getResponseType() - Method in class com.heroku.api.request.releases.ReleaseInfo
 
getResponseType() - Method in class com.heroku.api.request.releases.Rollback
 
getResponseType() - Method in interface com.heroku.api.request.Request
 
getResponseType() - Method in class com.heroku.api.request.run.Run
 
getResponseType() - Method in class com.heroku.api.request.sharing.CollabList
 
getResponseType() - Method in class com.heroku.api.request.sharing.SharingAdd
 
getResponseType() - Method in class com.heroku.api.request.sharing.SharingRemove
 
getResponseType() - Method in class com.heroku.api.request.sharing.SharingTransfer
 
getSlug() - Method in class com.heroku.api.Proc
 
getSlug() - Method in class com.heroku.api.request.run.RunResponse
 
getSlugSize() - Method in class com.heroku.api.App
 
getStack() - Method in class com.heroku.api.App
 
getState() - Method in class com.heroku.api.Addon
 
getState() - Method in class com.heroku.api.Proc
 
getState() - Method in class com.heroku.api.request.run.RunResponse
 
getStatus() - Method in class com.heroku.api.AddonChange
 
getStatusCode() - Method in exception com.heroku.api.exception.RequestFailedException
 
getTransitioned_at() - Method in class com.heroku.api.request.run.RunResponse
 
getTransitionedAt() - Method in class com.heroku.api.Proc
 
getType() - Method in class com.heroku.api.parser.TypeReference
 
getType() - Method in class com.heroku.api.Proc
 
getType() - Method in class com.heroku.api.request.run.RunResponse
 
getUpdatedAt() - Method in class com.heroku.api.Domain
 
getUpid() - Method in class com.heroku.api.Proc
 
getUpid() - Method in class com.heroku.api.request.run.RunResponse
 
getUrl() - Method in class com.heroku.api.Addon
 
getUser() - Method in class com.heroku.api.Release
 
getUTF8String(byte[]) - Static method in class com.heroku.api.http.HttpUtil
 
getVerifiedAt() - Method in class com.heroku.api.LoginVerification
 
getWebUrl() - Method in class com.heroku.api.App
 
getWorkers() - Method in class com.heroku.api.App
 

H

has(Heroku.RequestKey) - Method in class com.heroku.api.request.RequestConfig
 
hasBody() - Method in class com.heroku.api.request.addon.AddonInstall
 
hasBody() - Method in class com.heroku.api.request.addon.AddonList
 
hasBody() - Method in class com.heroku.api.request.addon.AddonRemove
 
hasBody() - Method in class com.heroku.api.request.addon.AppAddonsList
 
hasBody() - Method in class com.heroku.api.request.app.AppCreate
 
hasBody() - Method in class com.heroku.api.request.app.AppDestroy
 
hasBody() - Method in class com.heroku.api.request.app.AppInfo
 
hasBody() - Method in class com.heroku.api.request.app.AppList
 
hasBody() - Method in class com.heroku.api.request.app.AppRename
 
hasBody() - Method in class com.heroku.api.request.config.ConfigAdd
 
hasBody() - Method in class com.heroku.api.request.config.ConfigList
 
hasBody() - Method in class com.heroku.api.request.config.ConfigRemove
 
hasBody() - Method in class com.heroku.api.request.key.KeyAdd
 
hasBody() - Method in class com.heroku.api.request.key.KeyList
 
hasBody() - Method in class com.heroku.api.request.key.KeyRemove
 
hasBody() - Method in class com.heroku.api.request.log.Log
 
hasBody() - Method in class com.heroku.api.request.login.BasicAuthLogin
 
hasBody() - Method in class com.heroku.api.request.ps.ProcessList
 
hasBody() - Method in class com.heroku.api.request.ps.Restart
 
hasBody() - Method in class com.heroku.api.request.ps.Scale
 
hasBody() - Method in class com.heroku.api.request.releases.ListReleases
 
hasBody() - Method in class com.heroku.api.request.releases.ReleaseInfo
 
hasBody() - Method in class com.heroku.api.request.releases.Rollback
 
hasBody() - Method in interface com.heroku.api.request.Request
 
hasBody() - Method in class com.heroku.api.request.run.Run
 
hasBody() - Method in class com.heroku.api.request.sharing.CollabList
 
hasBody() - Method in class com.heroku.api.request.sharing.SharingAdd
 
hasBody() - Method in class com.heroku.api.request.sharing.SharingRemove
 
hasBody() - Method in class com.heroku.api.request.sharing.SharingTransfer
 
HEADER - Static variable in enum com.heroku.api.Heroku.ApiVersion
 
Heroku - Class in com.heroku.api
 
Heroku() - Constructor for class com.heroku.api.Heroku
 
Heroku.ApiVersion - Enum in com.heroku.api
 
Heroku.Config - Enum in com.heroku.api
 
Heroku.RequestKey - Enum in com.heroku.api
 
Heroku.Resource - Enum in com.heroku.api
 
Heroku.ResponseKey - Enum in com.heroku.api
 
Heroku.Stack - Enum in com.heroku.api
 
HerokuAPI - Class in com.heroku.api
 
HerokuAPI(String) - Constructor for class com.heroku.api.HerokuAPI
 
HerokuAPI(Connection) - Constructor for class com.heroku.api.HerokuAPI
 
HerokuAPIException - Exception in com.heroku.api.exception
TODO: Enter JavaDoc
HerokuAPIException(String) - Constructor for exception com.heroku.api.exception.HerokuAPIException
 
HerokuAPIException(Throwable) - Constructor for exception com.heroku.api.exception.HerokuAPIException
 
HerokuAPIException(String, Throwable) - Constructor for exception com.heroku.api.exception.HerokuAPIException
 
herokuHostnameVerifier() - Static method in class com.heroku.api.Heroku
 
herokuSSLContext() - Static method in class com.heroku.api.Heroku
 
hostnameVerifier(boolean) - Static method in class com.heroku.api.Heroku
 
Http - Class in com.heroku.api.http
 
Http() - Constructor for class com.heroku.api.http.Http
 
Http.Accept - Enum in com.heroku.api.http
 
Http.ContentType - Enum in com.heroku.api.http
 
Http.Header - Interface in com.heroku.api.http
 
Http.Header.Util - Class in com.heroku.api.http
 
Http.Header.Util() - Constructor for class com.heroku.api.http.Http.Header.Util
 
Http.Method - Enum in com.heroku.api.http
 
Http.Status - Enum in com.heroku.api.http
 
HttpUtil - Class in com.heroku.api.http
TODO: Javadoc
HttpUtil() - Constructor for class com.heroku.api.http.HttpUtil
 

I

insufficientPrivileges(int, byte[]) - Static method in class com.heroku.api.http.HttpUtil
 
invalidKeys() - Static method in class com.heroku.api.http.HttpUtil
 
invalidLogin() - Static method in class com.heroku.api.http.HttpUtil
 
isAttached() - Method in class com.heroku.api.Proc
 
isAttached() - Method in class com.heroku.api.request.run.RunResponse
 
isDefault() - Method in enum com.heroku.api.Heroku.Config
 
isVerified() - Method in class com.heroku.api.LoginVerification
 

J

Json - Class in com.heroku.api.parser
 
Json() - Constructor for class com.heroku.api.parser.Json
 

K

Key - Class in com.heroku.api
TODO: Javadoc
Key() - Constructor for class com.heroku.api.Key
 
KeyAdd - Class in com.heroku.api.request.key
TODO: Javadoc
KeyAdd(String) - Constructor for class com.heroku.api.request.key.KeyAdd
 
KeyList - Class in com.heroku.api.request.key
TODO: Javadoc
KeyList() - Constructor for class com.heroku.api.request.key.KeyList
 
KeyRemove - Class in com.heroku.api.request.key
TODO: Javadoc
KeyRemove(String) - Constructor for class com.heroku.api.request.key.KeyRemove
 

L

listAllAddons() - Method in class com.heroku.api.HerokuAPI
 
listAppAddons(String) - Method in class com.heroku.api.HerokuAPI
 
listApps() - Method in class com.heroku.api.HerokuAPI
 
listCollaborators(String) - Method in class com.heroku.api.HerokuAPI
 
listConfig(String) - Method in class com.heroku.api.HerokuAPI
 
listKeys() - Method in class com.heroku.api.HerokuAPI
 
listProcesses(String) - Method in class com.heroku.api.HerokuAPI
 
listReleases(String) - Method in class com.heroku.api.HerokuAPI
 
ListReleases - Class in com.heroku.api.request.releases
TODO: Javadoc
ListReleases(String) - Constructor for class com.heroku.api.request.releases.ListReleases
 
Log - Class in com.heroku.api.request.log
 
Log(String) - Constructor for class com.heroku.api.request.log.Log
 
Log(String, boolean) - Constructor for class com.heroku.api.request.log.Log
 
Log(Log.LogRequestBuilder) - Constructor for class com.heroku.api.request.log.Log
 
Log.LogRequestBuilder - Class in com.heroku.api.request.log
 
Log.LogRequestBuilder() - Constructor for class com.heroku.api.request.log.Log.LogRequestBuilder
 
logFor(String) - Static method in class com.heroku.api.request.log.Log
 
LoginFailedException - Exception in com.heroku.api.exception
TODO: Javadoc
LoginFailedException(String, int, byte[]) - Constructor for exception com.heroku.api.exception.LoginFailedException
 
LoginFailedException(String, int, String) - Constructor for exception com.heroku.api.exception.LoginFailedException
 
LoginRequest - Interface in com.heroku.api.request
 
LoginVerification - Class in com.heroku.api
 
LoginVerification() - Constructor for class com.heroku.api.LoginVerification
 
LogStreamResponse - Class in com.heroku.api.request.log
 
LogStreamResponse(URL) - Constructor for class com.heroku.api.request.log.LogStreamResponse
 

N

named(String) - Method in class com.heroku.api.App
 
noBody() - Static method in class com.heroku.api.http.HttpUtil
 
num(int) - Method in class com.heroku.api.request.log.Log.LogRequestBuilder
 

O

obtainApiKey(String, String) - Static method in class com.heroku.api.HerokuAPI
 
on(Heroku.Stack) - Method in class com.heroku.api.App
 
onStack(Heroku.Stack) - Method in class com.heroku.api.request.RequestConfig
 
openStream() - Method in class com.heroku.api.request.log.LogStreamResponse
 

P

parse(byte[], Class<? extends Request<T>>) - Static method in class com.heroku.api.parser.Json
Calls Parser.parse() using the generic type T for Request given Request is the interface for the classType parameter.
parse(byte[], Type) - Method in interface com.heroku.api.parser.Parser
 
parse(byte[], Type) - Method in class com.heroku.api.parser.XmlParser
 
ParseException - Exception in com.heroku.api.exception
TODO: Javadoc
ParseException(String) - Constructor for exception com.heroku.api.exception.ParseException
 
ParseException(Throwable) - Constructor for exception com.heroku.api.exception.ParseException
 
ParseException(String, Throwable) - Constructor for exception com.heroku.api.exception.ParseException
 
Parser - Interface in com.heroku.api.parser
 
Proc - Class in com.heroku.api
TODO: Javadoc
Proc() - Constructor for class com.heroku.api.Proc
 
ProcessList - Class in com.heroku.api.request.ps
TODO: Javadoc
ProcessList(String) - Constructor for class com.heroku.api.request.ps.ProcessList
 
ps(String) - Method in class com.heroku.api.request.log.Log.LogRequestBuilder
 

Q

queryParameter - Variable in enum com.heroku.api.Heroku.RequestKey
 

R

Release - Class in com.heroku.api
TODO: Javadoc
Release() - Constructor for class com.heroku.api.Release
 
ReleaseInfo - Class in com.heroku.api.request.releases
TODO: Javadoc
ReleaseInfo(String, String) - Constructor for class com.heroku.api.request.releases.ReleaseInfo
 
removeAddon(String, String) - Method in class com.heroku.api.HerokuAPI
 
removeCollaborator(String, String) - Method in class com.heroku.api.HerokuAPI
 
removeConfig(String, String) - Method in class com.heroku.api.HerokuAPI
 
removeKey(String) - Method in class com.heroku.api.HerokuAPI
 
renameApp(String, String) - Method in class com.heroku.api.HerokuAPI
 
Request<T> - Interface in com.heroku.api.request
 
RequestConfig - Class in com.heroku.api.request
TODO: Javadoc
RequestConfig() - Constructor for class com.heroku.api.request.RequestConfig
 
RequestFailedException - Exception in com.heroku.api.exception
 
RequestFailedException(String, int, byte[]) - Constructor for exception com.heroku.api.exception.RequestFailedException
 
RequestFailedException(String, int, String) - Constructor for exception com.heroku.api.exception.RequestFailedException
 
restart(String) - Method in class com.heroku.api.HerokuAPI
 
Restart - Class in com.heroku.api.request.ps
TODO: Javadoc
Restart(String) - Constructor for class com.heroku.api.request.ps.Restart
 
Restart.NamedProcessRestart - Class in com.heroku.api.request.ps
 
Restart.NamedProcessRestart(String, String) - Constructor for class com.heroku.api.request.ps.Restart.NamedProcessRestart
 
Restart.ProcessTypeRestart - Class in com.heroku.api.request.ps
 
Restart.ProcessTypeRestart(String, String) - Constructor for class com.heroku.api.request.ps.Restart.ProcessTypeRestart
 
restartProcessByName(String, String) - Method in class com.heroku.api.HerokuAPI
 
restartProcessByType(String, String) - Method in class com.heroku.api.HerokuAPI
 
rollback(String, String) - Method in class com.heroku.api.HerokuAPI
 
Rollback - Class in com.heroku.api.request.releases
TODO: Javadoc
Rollback(String, String) - Constructor for class com.heroku.api.request.releases.Rollback
 
run(String, String) - Method in class com.heroku.api.HerokuAPI
 
Run - Class in com.heroku.api.request.run
 
Run(String, String) - Constructor for class com.heroku.api.request.run.Run
 
Run(String, String, boolean) - Constructor for class com.heroku.api.request.run.Run
 
runAttached(String, String) - Method in class com.heroku.api.HerokuAPI
 
RunResponse - Class in com.heroku.api.request.run
 
RunResponse() - Constructor for class com.heroku.api.request.run.RunResponse
 

S

Scale - Class in com.heroku.api.request.ps
TODO: Javadoc
Scale(String, String, int) - Constructor for class com.heroku.api.request.ps.Scale
 
scaleProcess(String, String, int) - Method in class com.heroku.api.HerokuAPI
 
setDomain_name(Domain) - Method in class com.heroku.api.App
 
setHeaders(Http.Header...) - Static method in class com.heroku.api.http.Http.Header.Util
 
SharingAdd - Class in com.heroku.api.request.sharing
TODO: Javadoc
SharingAdd(String, String) - Constructor for class com.heroku.api.request.sharing.SharingAdd
 
SharingRemove - Class in com.heroku.api.request.sharing
TODO: Javadoc
SharingRemove(String, String) - Constructor for class com.heroku.api.request.sharing.SharingRemove
 
SharingTransfer - Class in com.heroku.api.request.sharing
TODO: Javadoc
SharingTransfer(String, String) - Constructor for class com.heroku.api.request.sharing.SharingTransfer
 
source(String) - Method in class com.heroku.api.request.log.Log.LogRequestBuilder
 
sslContext(boolean) - Static method in class com.heroku.api.Heroku
 
statusCode - Variable in enum com.heroku.api.http.Http.Status
 
systemProperty - Variable in enum com.heroku.api.Heroku.Config
 

T

tail(boolean) - Method in class com.heroku.api.request.log.Log.LogRequestBuilder
 
toString() - Method in enum com.heroku.api.Heroku.ResponseKey
 
toString() - Method in enum com.heroku.api.Heroku.Stack
 
toURL(String) - Static method in class com.heroku.api.http.HttpUtil
 
transferApp(String, String) - Method in class com.heroku.api.HerokuAPI
 
trustAllTrustManagers() - Static method in class com.heroku.api.Heroku
 
TypeReference<T> - Class in com.heroku.api.parser
Provides a java.lang.reflect.Type for generically-typed arguments.
TypeReference() - Constructor for class com.heroku.api.parser.TypeReference
 

U

Unit - Enum in com.heroku.api.response
This class represents the functional equivalent of scala's Unit type.
urlencode(String, String) - Static method in class com.heroku.api.http.HttpUtil
 

V

value - Variable in enum com.heroku.api.Heroku.Config
 
value - Variable in enum com.heroku.api.Heroku.Resource
 
value - Variable in enum com.heroku.api.Heroku.ResponseKey
 
value - Variable in enum com.heroku.api.Heroku.Stack
 
valueOf(String) - Static method in enum com.heroku.api.Heroku.ApiVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.Heroku.Config
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.Heroku.RequestKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.Heroku.Resource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.Heroku.ResponseKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.Heroku.Stack
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.http.Http.Accept
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.http.Http.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.http.Http.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.http.Http.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heroku.api.response.Unit
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.heroku.api.Heroku.ApiVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.Heroku.Config
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.Heroku.RequestKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.Heroku.Resource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.Heroku.ResponseKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.Heroku.Stack
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.http.Http.Accept
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.http.Http.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.http.Http.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.http.Http.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heroku.api.response.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in enum com.heroku.api.Heroku.ApiVersion
 

W

with(Heroku.RequestKey, String) - Method in class com.heroku.api.request.RequestConfig
 

X

XmlParser - Class in com.heroku.api.parser
TODO: Javadoc
XmlParser() - Constructor for class com.heroku.api.parser.XmlParser
 

A B C D E F G H I J K L N O P Q R S T U V W X

Copyright © 2012. All Rights Reserved.