public class BuildSettings extends Object implements Serializable, Cloneable
Constructor and Description |
---|
BuildSettings() |
Modifier and Type | Method and Description |
---|---|
BuildSettings |
clone()
Method clone.
|
String |
getCompilerSource()
Get compatibility version of Java sources in the reactor.
|
Boolean |
isDebug()
Get whether detailed debugging information about the build
process should be logged.
|
Boolean |
isSkipTests()
Get whether compilation and execution of unit and
integration tests should be skipped.
|
void |
setCompilerSource(String compilerSource)
Set compatibility version of Java sources in the reactor.
|
void |
setDebug(Boolean debug)
Set whether detailed debugging information about the build
process should be logged.
|
void |
setSkipTests(Boolean skipTests)
Set whether compilation and execution of unit and
integration tests should be skipped.
|
public BuildSettings clone()
public String getCompilerSource()
public Boolean isDebug()
public Boolean isSkipTests()
public void setCompilerSource(String compilerSource)
compilerSource
- public void setDebug(Boolean debug)
debug
- public void setSkipTests(Boolean skipTests)
skipTests
- Copyright © 2012-2014 Red Hat, Inc.. All Rights Reserved.