Purpose of code changes on this branch:
Issue 1559 : Fixed mandatory fields for setScannerAlertThreshold for
setPolicyAlertThreshold
When reviewing my code changes, please focus on:
Constructor in ActiveScanAPI class for the changes made to mandatory parameters.
this.addApiAction(new ApiAction(ACTION_SET_POLICY_ALERT_THRESHOLD,
new String[] { PARAM_ID, PARAM_ALERT_THRESHOLD }, new String[] {PARAM_SCAN_POLICY_NAME}));
this.addApiAction(new ApiAction(ACTION_SET_SCANNER_ALERT_THRESHOLD,
new String[] { PARAM_ID, PARAM_ALERT_THRESHOLD }, new String[] {PARAM_SCAN_POLICY_NAME}));
After the review, I'll merge this branch into:
/trunk
/2.4
Original issue reported on code.google.com by dmet...@gmail.com on 12 Mar 2015 at 12:52
Original issue reported on code.google.com by
dmet...@gmail.com
on 12 Mar 2015 at 12:52Attachments: