public class ProjectInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
Path |
getBuildDirectory() |
String |
getClassifier() |
List<Deployment> |
getDeployments() |
Optional<ExchangeRepositoryMetadata> |
getExchangeRepositoryMetadata() |
String |
getGroupId() |
String |
getPackaging() |
Project |
getProject() |
Path |
getProjectBaseFolder() |
String |
getVersion() |
boolean |
isDeployment() |
boolean |
isTestProject() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getClassifier()
public String getPackaging()
public Path getProjectBaseFolder()
public Path getBuildDirectory()
public boolean isTestProject()
public Project getProject()
public Optional<ExchangeRepositoryMetadata> getExchangeRepositoryMetadata()
public boolean isDeployment()
public List<Deployment> getDeployments()
Copyright © 2018 MuleSoft Inc. All rights reserved.