| 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 |
|---|---|
ApplicationIdDELETEResponse |
ApplicationId.delete(boolean verboseErrorsEnabled)
DELETE operation, disposes this tooling application.
|
| 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)
GET operation, gets Metadata for the componentId of the application inside a flow.
|
| 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 © 2017 MuleSoft, Inc.. All rights reserved.