-
Story
-
Resolution: Fixed
-
Minor
-
None
In order to open-source Veracode Jenkins plugin, our Jenkins plugin repository need to meet certain criteria defined by Jenkins, one of them is JavaDoc, which is generated from comments in our repository.
The following are items need to be done:
1. All comments for each method need to have arguments name/type and description.
2. Those comments need to match to methods exactly.
Please reference the following doc for standard:
https://www.oracle.com/technetwork/java/javase/documentation/index-137868.html
cc: dennisgu