public static interface ToolingRuntimeClient.Builder
| Modifier and Type | Method and Description |
|---|---|
ToolingRuntimeClient |
build()
Builds the
ToolingRuntimeClient. |
ToolingRuntimeClient.Builder |
withAgentConfiguration(AgentConfiguration agentConfiguration)
Sets the
AgentConfiguration used by the client to access the Tooling REST API. |
ToolingRuntimeClient.Builder |
withMavenConfiguration(org.mule.maven.client.api.model.MavenConfiguration mavenConfiguration)
Sets the
MavenConfiguration used by the client to access the maven artifacts. |
ToolingRuntimeClient.Builder withAgentConfiguration(AgentConfiguration agentConfiguration)
AgentConfiguration used by the client to access the Tooling REST API. If the operations executed by the
client don't require to access Tooling REST API this won't need to be set. Otherwise an operation could throw a
MissingToolingConfigurationException in case if there was no configuration
set for the client instance.agentConfiguration - AgentConfiguration for the client.ToolingRuntimeClient.Builder withMavenConfiguration(org.mule.maven.client.api.model.MavenConfiguration mavenConfiguration)
MavenConfiguration used by the client to access the maven artifacts.
If not provided, then the bootstrap maven configuration will be used.mavenConfiguration - MavenConfiguration for the client.ToolingRuntimeClient build()
ToolingRuntimeClient.ToolingRuntimeClient.Copyright © 2017 MuleSoft, Inc.. All rights reserved.