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 |
setTestProject(Boolean isTestProject) |
ProjectInformation.Builder |
withArtifactId(String artifactId) |
ProjectInformation.Builder |
withBuildDirectory(Path buildDirectory) |
ProjectInformation.Builder |
withClassifier(String classifier) |
ProjectInformation.Builder |
withDependencyProject(Project project) |
ProjectInformation.Builder |
withDeployments(List<Deployment> deployments) |
ProjectInformation.Builder |
withExchangeRepositoryMetadata(ExchangeRepositoryMetadata metadata) |
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 setTestProject(Boolean isTestProject)
public ProjectInformation.Builder withDependencyProject(Project project)
public ProjectInformation.Builder isDeployment(boolean isDeployment)
public ProjectInformation.Builder withExchangeRepositoryMetadata(ExchangeRepositoryMetadata metadata)
public ProjectInformation.Builder withClassifier(String classifier)
public ProjectInformation.Builder withDeployments(List<Deployment> deployments)
public ProjectInformation build()
Copyright © 2018 MuleSoft Inc. All rights reserved.