|
Forge - Projects API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectBuilder
Used to configure and execute the project build system.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ProjectBuilder addArguments(String... args)
ProjectBuilder runTests(boolean test)
Resource<?> build()
throws BuildException
Resource.
BuildException
|
Forge - Projects API 2.0.0.Alpha3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||