const mixincamembert::PluginCommands
camembert::PluginCommands
PluginCommands Implements plugin commands
- build
virtual Cmd build()
Build the current project
- buildAndRun
virtual Cmd buildAndRun()
Build and run the current project
- buildAndRunSingle
virtual Cmd buildAndRunSingle()
Build and run the current project
- buildGroup
virtual Cmd buildGroup()
Build the project group (if the project is part of a parent project)
- run
virtual Cmd run()
Run the project
- runSingle
virtual Cmd runSingle()
Run the current file/item we are on
- test
virtual Cmd test()
Test the current project
- testSingle
virtual Cmd testSingle()
Test the current file/item we are on