Code analysis using docker

$ codacy-analysis-cli analyse --tool PMDJava --directory /home/user/Documents/Data Structure/*.java

By above command we can analyse the code and find the the result which comes in the form of
Starting analysis …
Analysis complete

But from this output I am unable to find which type of analysis has to be done. What is the exact changes in code after analysis and how do I get the the output of analysis.