public interface ConnectivityTestingServiceBuilder
ConnectivityTestingService from a set of extensions and an ArtifactConfiguration that
describes a set of mule components.| Modifier and Type | Method and Description |
|---|---|
ConnectivityTestingServiceBuilder |
addDependency(String groupId,
String artifactId,
String artifactVersion)
Adds a dependency needed by the artifact that must be included in order to do connectivity testing
|
ConnectivityTestingServiceBuilder |
addExtension(String groupId,
String artifactId,
String artifactVersion)
Adds an extension that must be used to do connectivity testing
|
ConnectivityTestingService |
build()
Creates a
ConnectivityTestingService with the provided configuration |
ConnectivityTestingServiceBuilder |
setArtifactDeclaration(org.mule.runtime.api.app.declaration.ArtifactDeclaration artifactDeclaration)
Configures the mule components required to do connectivity testing
|
ConnectivityTestingServiceBuilder addDependency(String groupId, String artifactId, String artifactVersion)
groupId - group id of the artifactartifactId - artifact id of the artifactartifactVersion - verion of the artifactConnectivityTestingServiceBuilder addExtension(String groupId, String artifactId, String artifactVersion)
groupId - group id of the extensionartifactId - artifact id of the extensionartifactVersion - verion of the extensionConnectivityTestingServiceBuilder setArtifactDeclaration(org.mule.runtime.api.app.declaration.ArtifactDeclaration artifactDeclaration)
artifactDeclaration - set of mule components required to do connectivity testingConnectivityTestingService build()
ConnectivityTestingService with the provided configurationCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.