Uses of Class
com.mulesoft.cloudhub.client.CloudHubException

Packages that use CloudHubException
com.mulesoft.cloudhub.client   
 

Uses of CloudHubException in com.mulesoft.cloudhub.client
 

Methods in com.mulesoft.cloudhub.client that return CloudHubException
protected  CloudHubException CloudHubConnectionImpl.buildExpception(com.sun.jersey.api.client.ClientResponse clientResponse)
           
 

Methods in com.mulesoft.cloudhub.client that throw CloudHubException
protected  CloudHubException CloudHubConnectionImpl.buildExpception(com.sun.jersey.api.client.ClientResponse clientResponse)
           
 com.mulesoft.ch.rest.model.Application CloudHubConnectionImpl.createApplication(com.mulesoft.ch.rest.model.Application application)
           
 com.mulesoft.ch.rest.model.Application CloudHubConnectionI.createApplication(com.mulesoft.ch.rest.model.Application application)
          Creates an application on your CloudHub account.
 void CloudHubDomainConnectionImpl.deleteApplication()
           
 void CloudHubDomainConnectionI.deleteApplication()
          Deletes the application by using the connection's domain.
 void CloudHubDomainConnectionI.deployApplication(File file, long waitMaxTime)
          Deploys an application with the provided fileStream
 List<String> CloudHubConnectionImpl.getSupportedMuleVersions()
           
 List<String> CloudHubConnectionI.getSupportedMuleVersions()
          This method returns all the supported mule versions by CloudHub
 boolean CloudHubConnectionImpl.isDomainAvailable(String domain)
           
 boolean CloudHubConnectionI.isDomainAvailable(String domain)
          Checks if the domain is valid and available
 com.mulesoft.ch.rest.model.Account CloudHubConnectionImpl.retrieveAccount()
           
 com.mulesoft.ch.rest.model.Account CloudHubConnectionI.retrieveAccount()
          Retrieves the CloudHub Account
 com.mulesoft.ch.rest.model.Application CloudHubDomainConnectionImpl.retrieveApplication()
           
 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.ApplicationStatus CloudHubDomainConnectionImpl.retrieveApplicationStatus()
           
 com.mulesoft.ch.rest.model.ApplicationStatus CloudHubDomainConnectionI.retrieveApplicationStatus()
          Retrieves the application's status
 com.mulesoft.ch.rest.model.Application CloudHubDomainConnectionImpl.updateApplication(com.mulesoft.ch.rest.model.ApplicationUpdateInfo newApplicationInfo)
           
 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 CloudHubDomainConnectionImpl.updateApplicationStatus(com.mulesoft.ch.rest.model.ApplicationStatusChange applicationStatusChange, long maxWaitTime)
           
 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.