public interface CommandPlugin
Modifier and Type | Method and Description |
---|---|
void |
after(Project project,
java.lang.String command,
java.lang.Throwable outcome)
Is run after a command is executed.
|
void |
before(Project project,
java.lang.String command)
Is run before a command is executed.
|
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