Have instructions? Need to know Java?
Yes, all code is in Java, see https://github.com/jenkinsci/analysis-model/blob/master/CONTRIBUTING.md.
All parsers are part of the https://github.com/jenkinsci/analysis-model/tree/master/src/main/java/edu/hm/hafner/analysis/parser package. So it makes sense to use one of these parsers as a template. Do you have an example of the report format?
> Do you have an example of the report format? yes. For example, attached two reports in xml.
I see. There are 2 different XML parser approaches used so far:
New parsers are provided by volunteers. So if someone provides a PR I would be happy to integrate it. An issue is not required for such tasks.