class CompoundProjectExecutionListener extends java.lang.Object implements ProjectExecutionListener
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<ProjectExecutionListener> |
listeners |
| Constructor and Description |
|---|
CompoundProjectExecutionListener(java.util.Collection<ProjectExecutionListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterProjectExecutionFailure(ProjectExecutionEvent event) |
void |
afterProjectExecutionSuccess(ProjectExecutionEvent event) |
void |
beforeProjectExecution(ProjectExecutionEvent event) |
void |
beforeProjectLifecycleExecution(ProjectExecutionEvent event) |
private final java.util.Collection<ProjectExecutionListener> listeners
CompoundProjectExecutionListener(java.util.Collection<ProjectExecutionListener> listeners)
public void beforeProjectExecution(ProjectExecutionEvent event) throws LifecycleExecutionException
beforeProjectExecution in interface ProjectExecutionListenerLifecycleExecutionExceptionpublic void beforeProjectLifecycleExecution(ProjectExecutionEvent event) throws LifecycleExecutionException
beforeProjectLifecycleExecution in interface ProjectExecutionListenerLifecycleExecutionExceptionpublic void afterProjectExecutionSuccess(ProjectExecutionEvent event) throws LifecycleExecutionException
afterProjectExecutionSuccess in interface ProjectExecutionListenerLifecycleExecutionExceptionpublic void afterProjectExecutionFailure(ProjectExecutionEvent event)
afterProjectExecutionFailure in interface ProjectExecutionListener