Uses of Class
com.mulesoft.cloudhub.client.annotation.UsedBy

Packages that use UsedBy
com.mulesoft.cloudhub.client   
 

Uses of UsedBy in com.mulesoft.cloudhub.client
 

Methods in com.mulesoft.cloudhub.client with annotations of type UsedBy
 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
 List<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-2015. All Rights Reserved.