<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| apply plugin: 'checkstyle' | |
| apply plugin: 'findbugs' | |
| apply plugin: 'pmd' | |
| task checkstyle(type: Checkstyle) { | |
| configFile file("${project.rootDir}/path/to/checkstyle/config/checkstyle.xml") // Checkstyle config location | |
| source 'src/main/java' | |
| include '**/*.java' | |
| exclude '**/gen/**' | |
| Adding Users | |
| ```shell | |
| # adduser username | |
| ``` |