| Modifier and Type | Method and Description |
|---|---|
static ToolingServiceAPIException |
ToolingServiceAPIException.newToolingServiceAPIException(javax.ws.rs.core.Response response)
Creates a instance of the exception with the given response.
|
static ToolingServiceAPIException |
ToolingServiceAPIException.newToolingServiceAPIException(javax.ws.rs.core.Response response,
Throwable cause)
Creates a instance of the exception with the given response and cause.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationsGETResponse> |
Applications.get(boolean verboseErrorsEnabled,
int readTimeout)
GET operation to retrieve the list of applications deployed.
|
ApplicationsPUTResponse |
Applications.put(ApplicationsPUTBody body,
boolean verboseErrorsEnabled,
int readTimeout)
PUT operation to deploy a tooling application not compressed.
|
ApplicationsPUTResponse |
Applications.put(InputStream body,
boolean verboseErrorsEnabled,
int readTimeout)
PUT operation to deploy a tooling application compressed from an
InputStream. |
ApplicationsPUTResponse |
Applications.put(InputStream body,
String domainName,
boolean verboseErrorsEnabled,
int readTimeout)
PUT operation to deploy a tooling application compressed from an
InputStream. |
| Modifier and Type | Method and Description |
|---|---|
ApplicationIdDELETEResponse |
ApplicationId.delete(boolean verboseErrorsEnabled,
int readTimeout)
DELETE operation, disposes this tooling application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HashKey.delete(boolean verboseErrorsEnabled)
DELETE operation, disposes cache for given hashKey/hashKey from Metadata on the given artifact (which is shared across deployments).
|
| Modifier and Type | Method and Description |
|---|---|
ConnectivityTestingResponse |
Connection.get(boolean verboseErrorsEnabled,
int readTimeout)
GET operation, does connectivity testing over the componentId for the application.
|
ConnectivityTestingResponse |
Connection.put(com.mulesoft.agent.external.handlers.tooling.TestConnectionRequest request,
boolean verboseErrorsEnabled,
int readTimeout) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.metadata.resolving.MetadataResult<org.mule.runtime.api.metadata.MetadataKeysContainer> |
Keys.get(boolean verboseErrorsEnabled,
int readTimeout)
GET operation, gets Metadata Keys for the componentId of the application.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends org.mule.runtime.api.meta.model.ComponentModel> |
Metadata.get(boolean verboseErrorsEnabled,
int readTimeout,
boolean reducedType)
GET operation, gets Metadata for the componentId of the application inside a flow.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.value.ValueResult |
ValueProviders.get(String valueProviderName,
int readTimeout)
Returns the resolved
ValueResult for a given value provider name. |
| Modifier and Type | Method and Description |
|---|---|
com.mulesoft.agent.domain.tooling.dataweave.model.PreviewResponse |
Execute.post(com.mulesoft.agent.domain.tooling.dataweave.model.PreviewRequest request,
boolean verboseErrorsEnabled,
int readTimeout)
Run dataweave script in the context of an application described by applicationId
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageHistory.delete(boolean verboseErrorsEnabled,
int readTimeout)
DELETE operation for try it resource that disables the service for the given application name.
|
List<AgentTrackingNotificationResponse> |
MessageHistory.get(int chunkSize,
boolean verboseErrorsEnabled,
int readTimeout)
GET operation, gets notifications for the application.
|
void |
MessageHistory.put(boolean verboseErrorsEnabled,
int readTimeout)
PUT operation for try it resource that enables the service for the given application name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainsGETResponse> |
Domains.get(boolean verboseErrorsEnabled,
int readTimeout)
GET operation to retrieve the list of domains deployed.
|
DomainsPUTResponse |
Domains.put(DomainsPUTBody body,
boolean verboseErrorsEnabled,
int readTimeout)
PUT operation to deploy a tooling application not compressed.
|
DomainsPUTResponse |
Domains.put(InputStream body,
boolean verboseErrorsEnabled,
int readTimeout)
PUT operation to deploy a tooling application compressed from an
InputStream. |
| Modifier and Type | Method and Description |
|---|---|
DomainIdDELETEResponse |
DomainId.delete(boolean verboseErrorsEnabled,
int readTimeout)
DELETE operation, disposes this tooling domain.
|
| Modifier and Type | Method and Description |
|---|---|
com.mulesoft.agent.domain.tooling.dataweave.model.PreviewResponse |
Execute.post(com.mulesoft.agent.domain.tooling.dataweave.model.PreviewRequest request,
boolean verboseErrorsEnabled,
int readTimeout)
Run dataweave script in the context of an application described by applicationId
|
Copyright © 2019 MuleSoft, Inc.. All rights reserved.