| Package | Description |
|---|---|
| com.mulesoft.cloudhub.client |
| Modifier and Type | Method and Description |
|---|---|
CloudHubDomainConnectionI |
CloudHubConnectionI.connectWithDomain(String domain)
Returns a connection against a given domain of the CloudHub account
|
com.mulesoft.ch.rest.model.Application |
CloudHubConnectionI.createApplication(com.mulesoft.ch.rest.model.Application application)
Creates an application on your CloudHub account.
|
void |
CloudHubDomainConnectionI.deployApplication(File file,
long waitMaxTime)
Deploys an application with the provided fileStream
|
List<String> |
CloudHubConnectionI.getSupportedMuleVersions()
This method returns all the supported mule versions by CloudHub
|
boolean |
CloudHubConnectionI.isDomainAvailable(String domain)
Checks if the domain is valid and available
|
com.mulesoft.ch.rest.model.Account |
CloudHubConnectionI.retrieveAccount()
Retrieves the CloudHub Account
|
com.mulesoft.ch.rest.model.Application |
CloudHubDomainConnectionI.retrieveApplication()
Retrieves the application based on the connected domain
|
Collection<com.mulesoft.ch.rest.model.Application> |
CloudHubConnectionI.retrieveApplications()
Retrieves All Applications from an specific CloudHub account
|
com.mulesoft.ch.rest.model.Application |
CloudHubDomainConnectionI.updateApplication(com.mulesoft.ch.rest.model.ApplicationUpdateInfo application)
Updates an application's information on your CloudHub account.
|
void |
CloudHubDomainConnectionI.updateApplicationStatus(com.mulesoft.ch.rest.model.ApplicationStatusChange applicationStatus,
long waitMaxTime)
Updates an application's status based on some specific commands.
|
Copyright © 2012-2016. All Rights Reserved.