public class MavenBuildImpl extends Object implements MavenBuild, CloneableConfig<MavenBuild>
Constructor and Description |
---|
MavenBuildImpl(Project project,
List<String> goals,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
MavenBuild |
asNewClone(MavenBuild source) |
List<String> |
getGoals() |
Project |
getProject() |
Properties |
getProperties() |
public MavenBuildImpl(Project project, List<String> goals, Properties properties)
public Project getProject()
getProject
in interface MavenBuild
public List<String> getGoals()
getGoals
in interface MavenBuild
public Properties getProperties()
getProperties
in interface MavenBuild
public MavenBuild asNewClone(MavenBuild source)
asNewClone
in interface CloneableConfig<MavenBuild>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.