The Build submenu contains commands related to building and cleaning the project artifacts. They do not affect deployed application server or database.

The Run submenu contains commands for application deployment, server control and database management. Some of them can only be executed when the application server is not running to prevent concurrent access errors.

Please note: the deploy and undeploy tasks, and hence the Start, Restart, Deploy, Undeploy commands which use them, run the cleanConf task to remove hot-deployed code from the configuration directory. The list of what is deleted by this task can be set up in build.gradle.

The Help submenu allows you to show or hide the help panel, as well as open the Settings page.