public interface CommandPlugin
void before(Project project, java.lang.String command)
project
- The project for which the command runscommand
- the command namevoid after(Project project, java.lang.String command, java.lang.Throwable outcome)
project
- The project for which the command runscommand
- the command name