| Package | Description |
|---|---|
| com.mulesoft.cloudhub.client |
| Modifier and Type | Method and Description |
|---|---|
protected CloudHubException |
CloudHubConnectionImpl.buildException(com.sun.jersey.api.client.ClientResponse clientResponse) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CloudHubDomainConnectionImpl.applicationHasNewLogging() |
protected CloudHubException |
CloudHubConnectionImpl.buildException(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.
|
com.mulesoft.ch.rest.model.Notification |
CloudHubConnectionImpl.createNotification(com.mulesoft.ch.rest.model.Notification notification) |
com.mulesoft.ch.rest.model.Notification |
CloudHubConnectionI.createNotification(com.mulesoft.ch.rest.model.Notification notification)
Creates a notification based on the given object
|
com.mulesoft.ch.rest.model.Tenant |
CloudHubDomainConnectionImpl.createTenant(com.mulesoft.ch.rest.model.Tenant tenant) |
com.mulesoft.ch.rest.model.Tenant |
CloudHubDomainConnectionI.createTenant(com.mulesoft.ch.rest.model.Tenant tenant)
Creates a tenant in the given domain based on the given object
|
void |
CloudHubDomainConnectionImpl.deleteApplication() |
void |
CloudHubDomainConnectionI.deleteApplication()
Deletes the application by using the connection's domain.
|
void |
CloudHubDomainConnectionImpl.deleteTenant(String tenantId) |
void |
CloudHubDomainConnectionI.deleteTenant(String tenantId)
Deletes a tenant from the given domain based on the given tenant id
|
void |
CloudHubDomainConnectionImpl.deleteTenantClientCertificates(String tenantId) |
void |
CloudHubDomainConnectionI.deleteTenantClientCertificates(String tenantId)
This method revokes current certificates for the given tenant from the given domain
|
void |
CloudHubDomainConnectionImpl.deleteTenants(List<String> tenantIds) |
void |
CloudHubDomainConnectionI.deleteTenants(List<String> tenantIds)
Deletes a bunch of tenant from the given domain based on the given tenant ids
|
void |
CloudHubDomainConnectionI.deployApplication(File file,
long waitMaxTime)
Deploys an application with the provided fileStream
|
void |
CloudHubDomainConnectionI.deployApplication(InputStream fileStream,
long waitMaxTime)
Deploys an application with the provided fileStream
|
File |
CloudHubDomainConnectionImpl.downloadApplicationLog_v1(Map<String,String> queryParams) |
File |
CloudHubDomainConnectionImpl.downloadApplicationLog_v2(Map<String,String> queryParams) |
File |
CloudHubDomainConnectionImpl.downloadApplicationLog(Map<String,String> queryParams) |
File |
CloudHubDomainConnectionI.downloadApplicationLog(Map<String,String> queryParams)
Downloads the application's logs as a file
|
com.mulesoft.ch.rest.model.Deployment |
CloudHubDomainConnectionImpl.getLastDeployment() |
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
|
com.mulesoft.ch.rest.model.LogResults |
CloudHubDomainConnectionImpl.retrieveApplicationLog_v1(Map<String,String> queryParams) |
com.mulesoft.ch.rest.model.LogResults |
CloudHubDomainConnectionImpl.retrieveApplicationLog_v2(Map<String,String> queryParams) |
com.mulesoft.ch.rest.model.LogResults |
CloudHubDomainConnectionImpl.retrieveApplicationLog(Map<String,String> queryParams) |
com.mulesoft.ch.rest.model.LogResults |
CloudHubDomainConnectionI.retrieveApplicationLog(Map<String,String> queryParams)
Retrieves the application's logs
|
Collection<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.Notification |
CloudHubConnectionImpl.retrieveNotification(String notificationId) |
com.mulesoft.ch.rest.model.Notification |
CloudHubConnectionI.retrieveNotification(String notificationId)
Retrieves a single notification, based on the given id.
|
com.mulesoft.ch.rest.model.NotificationResults |
CloudHubConnectionImpl.retrieveNotifications(String domain,
String tenantId,
Integer limit,
Integer offset,
com.mulesoft.ch.rest.model.Notification.NotificationStatus status,
String message) |
com.mulesoft.ch.rest.model.NotificationResults |
CloudHubConnectionI.retrieveNotifications(String domain,
String tenantId,
Integer limit,
Integer offset,
com.mulesoft.ch.rest.model.Notification.NotificationStatus status,
String message)
Retrieves a bunch of notifications based on given filters
|
com.mulesoft.ch.rest.model.Tenant |
CloudHubDomainConnectionImpl.retrieveTenant(String tenantId) |
com.mulesoft.ch.rest.model.Tenant |
CloudHubDomainConnectionI.retrieveTenant(String tenantId)
Retrieves an specific tenant from the given domain based on the given tenantId
|
InputStream |
CloudHubDomainConnectionImpl.retrieveTenantClientCertificates(String tenantId) |
InputStream |
CloudHubDomainConnectionI.retrieveTenantClientCertificates(String tenantId)
This method generates a new set of certificates used to establish a VPN connection
between the given tenant and the remote location.
|
com.mulesoft.ch.rest.model.TenantResults |
CloudHubDomainConnectionImpl.retrieveTenants(Integer limit,
Integer offset,
String query,
Boolean enabled) |
com.mulesoft.ch.rest.model.TenantResults |
CloudHubDomainConnectionI.retrieveTenants(Integer limit,
Integer offset,
String query,
Boolean enabled)
Retrieves tenants from the given domain using the given parameters as filters.
|
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.
|
void |
CloudHubConnectionImpl.updateNotificationsStatus(String domain,
String tenantId,
com.mulesoft.ch.rest.model.Notification.NotificationStatus status) |
void |
CloudHubConnectionI.updateNotificationsStatus(String domain,
String tenantId,
com.mulesoft.ch.rest.model.Notification.NotificationStatus newStatus)
Updates all notifications status.
|
void |
CloudHubConnectionImpl.updateNotificationStatus(String notificationId,
com.mulesoft.ch.rest.model.Notification.NotificationStatus status) |
void |
CloudHubConnectionI.updateNotificationStatus(String notificationId,
com.mulesoft.ch.rest.model.Notification.NotificationStatus newStatus)
Updates a notification status.
|
com.mulesoft.ch.rest.model.Tenant |
CloudHubDomainConnectionImpl.updateTenant(com.mulesoft.ch.rest.model.Tenant tenant) |
com.mulesoft.ch.rest.model.Tenant |
CloudHubDomainConnectionI.updateTenant(com.mulesoft.ch.rest.model.Tenant tenant)
Updates a tenant in the given domain based on the given object
|
Copyright © 2012-2016. All Rights Reserved.