java.io.Serializable, java.lang.Cloneablepublic class BuildSettings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
| Constructor | Description |
|---|---|
BuildSettings() |
| Modifier and Type | Method | Description |
|---|---|---|
BuildSettings |
clone() |
Method clone.
|
java.lang.String |
getCompilerSource() |
Get compatibility version of Java sources in the reactor.
|
java.lang.Boolean |
isDebug() |
Get whether detailed debugging information about the build
process should be logged.
|
java.lang.Boolean |
isSkipTests() |
Get whether compilation and execution of unit and
integration tests should be skipped.
|
void |
setCompilerSource(java.lang.String compilerSource) |
Set compatibility version of Java sources in the reactor.
|
void |
setDebug(java.lang.Boolean debug) |
Set whether detailed debugging information about the build
process should be logged.
|
void |
setSkipTests(java.lang.Boolean skipTests) |
Set whether compilation and execution of unit and
integration tests should be skipped.
|
public BuildSettings clone()
clone in class java.lang.Objectpublic java.lang.String getCompilerSource()
public java.lang.Boolean isDebug()
public java.lang.Boolean isSkipTests()
public void setCompilerSource(java.lang.String compilerSource)
compilerSource - public void setDebug(java.lang.Boolean debug)
debug - public void setSkipTests(java.lang.Boolean skipTests)
skipTests -