|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VerificationTask
A VerificationTask is a task which performs some verification of the artifacts produced by a build.
| Method Summary | |
|---|---|
boolean |
isIgnoreFailures()
Specifies whether the build should break when the verifications performed by this task fail. |
VerificationTask |
setIgnoreFailures(boolean ignoreFailures)
Specifies whether the build should break when the verifications performed by this task fail. |
| Method Detail |
|---|
VerificationTask setIgnoreFailures(boolean ignoreFailures)
ignoreFailures - false to break the build on failure, true to ignore the failures. The default is false.
boolean isIgnoreFailures()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||