const mixincamembert::PluginCommands

camembert::PluginCommands

PluginCommands Implements plugin commands

build

Source

virtual Cmd build()

Build the current project

buildAndRun

Source

virtual Cmd buildAndRun()

Build and run the current project

buildAndRunSingle

Source

virtual Cmd buildAndRunSingle()

Build and run the current project

buildGroup

Source

virtual Cmd buildGroup()

Build the project group (if the project is part of a parent project)

run

Source

virtual Cmd run()

Run the project

runSingle

Source

virtual Cmd runSingle()

Run the current file/item we are on

test

Source

virtual Cmd test()

Test the current project

testSingle

Source

virtual Cmd testSingle()

Test the current file/item we are on