| Package | Description |
|---|---|
| org.mule.tools.client.cloudhub |
| Modifier and Type | Method and Description |
|---|---|
Application |
CloudHubClient.createApplication(Application application,
File file)
Creates an
Application |
Application |
CloudHubClient.getApplications(String domain)
Look up a
Application based on its domain name |
Application |
CloudHubClient.updateApplication(Application application,
File file)
Update an already existing
Application |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
CloudHubClient.getApplications()
Look up all the applications
|
| Modifier and Type | Method and Description |
|---|---|
Application |
CloudHubClient.createApplication(Application application,
File file)
Creates an
Application |
List<Deployment> |
CloudHubClient.getDeployments(Application application)
Retrieve the list of
Deployment for an Application |
InputStream |
CloudHubClient.getEntireLogs(Application application,
String instanceId)
Retrieves the entire logs records from an
Application given the instanceId |
List<LogRecord> |
CloudHubClient.getLogs(Application application,
DeploymentLogRequest deploymentLogRequest)
Retrieves the logs records from an
Application given a DeploymentLogRequest |
Application |
CloudHubClient.updateApplication(Application application,
File file)
Update an already existing
Application |
Copyright © 2024 MuleSoft Inc. All rights reserved.