public interface ConnectivityTestingServiceBuilder
ConnectivityTestingService.| Modifier and Type | Method and Description |
|---|---|
ConnectivityTestingServiceBuilder |
addDependency(String groupId,
String artifactId,
String version,
String classifier,
String type)
Adds an dependency to the artifact.
|
ConnectivityTestingService |
build()
Creates a
ConnectivityTestingService with the provided configuration. |
ConnectivityTestingServiceBuilder |
setArtifactDeclaration(org.mule.runtime.app.declaration.api.ArtifactDeclaration artifactDeclaration)
Configures the mule components for the application.
|
ConnectivityTestingServiceBuilder addDependency(String groupId, String artifactId, String version, String classifier, String type)
groupId - group id of the Maven artifactartifactId - artifact id of Maven artifactversion - version of the Maven artifactclassifier - classifier of the Maven artifacttype - type of the Maven artifactConnectivityTestingServiceBuilder setArtifactDeclaration(org.mule.runtime.app.declaration.api.ArtifactDeclaration artifactDeclaration)
artifactDeclaration - the ArtifactDeclaration that defines the application used for connectivity testingConnectivityTestingService build()
ConnectivityTestingService with the provided configuration.ConnectivityTestingService.Copyright © 2017 MuleSoft, Inc.. All rights reserved.