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, returning the final product as a
Resource. |
ProjectBuilder |
runTests(boolean test)
Enable or disable test execution during build.
|
ProjectBuilder addArguments(String... args)
ProjectBuilder runTests(boolean test)
Resource<?> build() throws BuildException
Resource.BuildExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.