|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CloudHubConnectionI
| Method Summary | |
|---|---|
CloudHubDomainConnectionI |
connectWithDomain(String domain)
Returns a connection against a given domain of the CloudHub account |
com.mulesoft.ch.rest.model.Application |
createApplication(com.mulesoft.ch.rest.model.Application application)
Creates an application on your CloudHub account. |
String |
getAccessToken()
|
String |
getPassowrd()
|
List<String> |
getSupportedMuleVersions()
This method returns all the supported mule versions by CloudHub |
String |
getUrl()
|
String |
getUsername()
|
boolean |
isDomainAvailable(String domain)
Checks if the domain is valid and available |
com.mulesoft.ch.rest.model.Account |
retrieveAccount()
Retrieves the CloudHub Account |
List<com.mulesoft.ch.rest.model.Application> |
retrieveApplications()
Retrieves All Applications from an specific CloudHub account |
| Method Detail |
|---|
String getUrl()
String getUsername()
String getPassowrd()
String getAccessToken()
CloudHubDomainConnectionI connectWithDomain(String domain)
domain - the domain to which you want to connect
CloudHubDomainConnectionImpl connected with the specified domain
com.mulesoft.ch.rest.model.Account retrieveAccount()
throws CloudHubException
Account
CloudHubException - if there is an error when retrieving the account
boolean isDomainAvailable(String domain)
throws CloudHubException
domain - the domain to be validated
CloudHubException - if there is an error when validating the domain
List<com.mulesoft.ch.rest.model.Application> retrieveApplications()
throws CloudHubException
Application
CloudHubException - if there is an error when retrieving the applications
com.mulesoft.ch.rest.model.Application createApplication(com.mulesoft.ch.rest.model.Application application)
throws CloudHubException
application - an instance of Application containing all the application's information
Application containing all the recently created application's information provided by CloudHub
CloudHubException - if there was an error while creating the application
List<String> getSupportedMuleVersions()
throws CloudHubException
CloudHubException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||