Skip to content

Tool tasks

ljacqu edited this page Dec 16, 2016 · 6 revisions

Tool tasks are tasks that can be run from the AuthMe codebase for various purposes, e.g. to generate docs pages or to verify messages tasks. All tool tasks are started from the same runner, the ToolsRunner, located test/tools/ToolsRunner.java. Tip: you can save the run configuration for the ToolsRunner so that you can always easily run a tool task.

Once you start the ToolsRunner, a list of all available tools will be displayed. After entering the tool name the corresponding tool will be run.

Available tasks

Name Description
  • addJavaDocToMessageEnum |
  • checkTestMocks |
  • createCommandPage |
  • describeHashAlgos |
  • drawDependencyGraph |
  • generateCommandsYml |
  • generatePluginYml |
  • updateConfigPage |
  • updateDocs |
  • updateTranslations |
  • verifyHelpTranslations |
  • verifyMessages |
  • writePermissionsList |