A VerificationTask is a task which performs some verification of the artifacts produced by a build.
 
| Type | Name and description | 
|---|---|
boolean | 
                            getIgnoreFailures()Specifies whether the build should break when the verifications performed by this task fail.  | 
                        
void | 
                            setIgnoreFailures(boolean ignoreFailures)Specifies whether the build should break when the verifications performed by this task fail.  | 
                        
Specifies whether the build should break when the verifications performed by this task fail.
Specifies whether the build should break when the verifications performed by this task fail.
ignoreFailures -  false to break the build on failure, true to ignore the failures. The default is false.