| Package | Description |
|---|---|
| org.mule.maven.client.api.model |
| Modifier and Type | Method and Description |
|---|---|
BundleDescriptor.Builder |
BundleDescriptor.Builder.setArtifactId(String artifactId) |
BundleDescriptor.Builder |
BundleDescriptor.Builder.setBaseVersion(String baseVersion)
Sets the base version of the bundle, for example "1.0-SNAPSHOT".
|
BundleDescriptor.Builder |
BundleDescriptor.Builder.setClassifier(String classifier)
Sets the classifier of the bundle.
|
BundleDescriptor.Builder |
BundleDescriptor.Builder.setGroupId(String groupId) |
BundleDescriptor.Builder |
BundleDescriptor.Builder.setType(String type)
Sets the extension type of the bundle.
|
BundleDescriptor.Builder |
BundleDescriptor.Builder.setVersion(String version)
This is the version of the bundle.
|
Copyright © 2020 MuleSoft, Inc.. All rights reserved.