public static class MuleRuntimeWithAgent.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
MuleRuntimeWithAgent |
build() |
MuleRuntimeWithAgent.Builder |
withAgentPort(int agentPort) |
MuleRuntimeWithAgent.Builder |
withAgentProtocol(String protocol) |
MuleRuntimeWithAgent.Builder |
withAgentVersion(String agentVersion) |
MuleRuntimeWithAgent.Builder |
withBaseDirectory(File baseDir) |
MuleRuntimeWithAgent.Builder |
withMavenConfiguration(org.mule.maven.client.api.model.MavenConfiguration mavenConfiguration) |
MuleRuntimeWithAgent.Builder |
withMuleVersion(String muleVersion) |
MuleRuntimeWithAgent.Builder |
withRuntimeStartupArg(String arg) |
MuleRuntimeWithAgent.Builder |
withRuntimeStartupArg(String key,
String value) |
MuleRuntimeWithAgent.Builder |
withStandaloneConfiguration(MuleStandaloneConfiguration configuration) |
public MuleRuntimeWithAgent.Builder withAgentVersion(String agentVersion)
public MuleRuntimeWithAgent.Builder withAgentPort(int agentPort)
public MuleRuntimeWithAgent.Builder withAgentProtocol(String protocol)
public MuleRuntimeWithAgent.Builder withMavenConfiguration(org.mule.maven.client.api.model.MavenConfiguration mavenConfiguration)
public MuleRuntimeWithAgent.Builder withStandaloneConfiguration(MuleStandaloneConfiguration configuration)
public MuleRuntimeWithAgent.Builder withMuleVersion(String muleVersion)
public MuleRuntimeWithAgent.Builder withBaseDirectory(File baseDir)
public MuleRuntimeWithAgent.Builder withRuntimeStartupArg(String arg)
public MuleRuntimeWithAgent.Builder withRuntimeStartupArg(String key, String value)
public MuleRuntimeWithAgent build() throws RuntimeAlreadyStartedException
RuntimeAlreadyStartedExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.