public interface ProjectBuilder
| Modifier and Type | Method and Description |
|---|---|
ProjectBuilder |
addArguments(String... args)
Manually add an argument to be passed to the underlying build system.
|
Resource<?> |
build()
Execute the build.
|
ProjectBuilder |
runTests(boolean test)
Enable or disable test execution during build.
|
ProjectBuilder addArguments(String... args)
ProjectBuilder runTests(boolean test)
Resource<?> build() throws BuildException
BuildExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.