public void setBaselining(String baselineMode)(Code)
Sets baselining mode. Possible values:
off (default) - no baselining, on - do not report
violations stored in the baseline table, set - all violations
from current scan are saved to the baseline table.
The idea is to filter out all violations in
preexisting code and report only new violations.
Not all violations can be filtered out, only thouse
with signatures. Significant code modifications can surface some
baselined violation.
Parameters: baselineMode -
If this parameter is set then Hypersonic standalone database
will be used instead of temporary database. You must set
database name if you want to run incremental reviews.
Parameters: database -
If this attribute is set then HAR archive will be unpacked
in the given directory instead of a temporary one.
Parameters: unpackDir -
setWaiverStubs
public void setWaiverStubs(File waiverStubs)(Code)
File to output waiver stubs for rejected waiver requests to. Selected waiver stubs can then be copied to waiver source. Simplifies waiver creation
Parameters: waiverStubs -