public static class ProjectInformation.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProjectInformation |
build() |
ProjectInformation.Builder |
isDeployment(boolean isDeployment) |
ProjectInformation.Builder |
withArtifactId(String artifactId) |
ProjectInformation.Builder |
withBuildDirectory(Path buildDirectory) |
ProjectInformation.Builder |
withClassifier(String classifier) |
ProjectInformation.Builder |
withDeployments(List<Deployment> deployments) |
ProjectInformation.Builder |
withGroupId(String groupId) |
ProjectInformation.Builder |
withPackaging(String packaging) |
ProjectInformation.Builder |
withProjectBaseFolder(Path projectBaseFolder) |
ProjectInformation.Builder |
withVersion(String version) |
public ProjectInformation.Builder withGroupId(String groupId)
public ProjectInformation.Builder withArtifactId(String artifactId)
public ProjectInformation.Builder withVersion(String version)
public ProjectInformation.Builder withPackaging(String packaging)
public ProjectInformation.Builder withProjectBaseFolder(Path projectBaseFolder)
public ProjectInformation.Builder withBuildDirectory(Path buildDirectory)
public ProjectInformation.Builder isDeployment(boolean isDeployment)
public ProjectInformation.Builder withClassifier(String classifier)
public ProjectInformation.Builder withDeployments(List<Deployment> deployments)
public ProjectInformation build()
Copyright © 2018 MuleSoft Inc. All rights reserved.