public interface MavenPhaseHandler extends EventHandler
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MavenPhaseHandler.MavenPhaseEvent
This interface is not intended to be implemented by clients.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onMavenPhase(MavenPhaseHandler.MavenPhaseEvent event)
Called before and after execution Maven phase (-Dsonar.phase=xxx).
|
void onMavenPhase(MavenPhaseHandler.MavenPhaseEvent event)
Copyright © 2009-2014 SonarSource. All Rights Reserved.