@Named @Singleton public class DelegatingProjectExecutionListener extends Object implements ProjectExecutionListener
| Constructor and Description |
|---|
DelegatingProjectExecutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProjectExecutionListener(ProjectExecutionListener listener) |
void |
afterProjectExecutionFailure(ProjectExecutionEvent event) |
void |
afterProjectExecutionSuccess(ProjectExecutionEvent event) |
void |
beforeProjectExecution(ProjectExecutionEvent event) |
void |
beforeProjectLifecycleExecution(ProjectExecutionEvent event) |
void |
removeProjectExecutionListener(ProjectExecutionListener listener) |
public DelegatingProjectExecutionListener()
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 ProjectExecutionListenerpublic void addProjectExecutionListener(ProjectExecutionListener listener)
public void removeProjectExecutionListener(ProjectExecutionListener listener)
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.