public class BuildSettings
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Constructor and Description |
---|
BuildSettings() |
Modifier and Type | Method and 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.Object
public 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
- Copyright © 2012–2017 Red Hat, Inc.. All rights reserved.