|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.ci.config.test.MavenConfigBuilder
public final class MavenConfigBuilder
Builder for instances of MavenConfig
.
Method Summary | |
---|---|
static MavenConfigBuilder |
a() Creates an instance of the builder. |
static MavenConfigBuilder |
aMinimal() Creates a valid instance of the builder. |
static MavenConfigBuilder |
aNew() Creates an empty instance of the builder. |
MavenConfig |
build() Creates an instance of MavenConfig . |
MavenConfigBuilder |
withPom(MavenPom pom) The information provided by the Maven project's pom.xml . |
MavenConfigBuilder |
withSettings(MavenSettings settings) Sets the information provided by the settings.xml . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MavenConfigBuilder withSettings(MavenSettings settings)
settings.xml
.
settings
- the information provided by the
settings.xml
.
public MavenConfigBuilder withPom(MavenPom pom)
pom.xml
.
pom
- the information provided by the Maven project's
pom.xml
.
public static MavenConfigBuilder aNew()
public static MavenConfigBuilder aMinimal()
public static MavenConfigBuilder a()
public MavenConfig build()
MavenConfig
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |