public class ChainedExecutionListener extends AbstractExecutionListener
| Constructor and Description |
|---|
ChainedExecutionListener()
Creates a new chained execution listener with an empty list.
|
ChainedExecutionListener(@NonNull Collection<ExecutionListener> listeners)
Creates a new chained execution listener with the given collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(@NonNull ExecutionListener listener)
Adds a new
ExecutionListener to the list. |
void |
forkedProjectFailed(ExecutionEvent ee)
Calls the
forkedProjectFailed method of the children. |
void |
forkedProjectStarted(ExecutionEvent ee)
Calls the
forkedProjectStarted method of the children. |
void |
forkedProjectSucceeded(ExecutionEvent ee)
Calls the
forkedProjectSucceeded method of the children. |
void |
forkFailed(ExecutionEvent ee)
Calls the
forkFailed method of the children. |
void |
forkStarted(ExecutionEvent ee)
Calls the
forkStarted method of the children. |
void |
forkSucceeded(ExecutionEvent ee)
Calls the
forkSucceeded method of the children. |
void |
mojoFailed(ExecutionEvent ee)
Calls the
mojoFailed method of the children. |
void |
mojoSkipped(ExecutionEvent ee)
Calls the
mojoSkipped method of the children. |
void |
mojoStarted(ExecutionEvent ee)
Calls the
mojoStarted method of the children. |
void |
mojoSucceeded(ExecutionEvent ee)
Calls the
mojoSucceeded method of the children. |
void |
projectDiscoveryStarted(ExecutionEvent ee)
Calls the
projectDiscoveryStarted method of the children. |
void |
projectFailed(ExecutionEvent ee)
Calls the
projectFailed method of the children. |
void |
projectSkipped(ExecutionEvent ee)
Calls the
projectStarted method of the children. |
void |
projectStarted(ExecutionEvent ee)
Calls the projectSkipped method of the children.
|
void |
projectSucceeded(ExecutionEvent ee)
Calls the
projectSucceeded method of the children. |
void |
sessionEnded(ExecutionEvent ee)
Calls the
sessionEnded method of the children. |
void |
sessionStarted(ExecutionEvent ee)
Calls the
sessionStarted method of the children. |
public ChainedExecutionListener()
public ChainedExecutionListener(@NonNull @NonNull Collection<ExecutionListener> listeners)
listeners - listener collection, not nullpublic void add(@NonNull @NonNull ExecutionListener listener)
ExecutionListener to the list.listener - new listener to add, not nullpublic void projectDiscoveryStarted(ExecutionEvent ee)
projectDiscoveryStarted method of the children.projectDiscoveryStarted in interface ExecutionListenerprojectDiscoveryStarted in class AbstractExecutionListeneree - execution eventpublic void sessionStarted(ExecutionEvent ee)
sessionStarted method of the children.sessionStarted in interface ExecutionListenersessionStarted in class AbstractExecutionListeneree - execution eventpublic void sessionEnded(ExecutionEvent ee)
sessionEnded method of the children.sessionEnded in interface ExecutionListenersessionEnded in class AbstractExecutionListeneree - execution eventpublic void projectSkipped(ExecutionEvent ee)
projectStarted method of the children.projectSkipped in interface ExecutionListenerprojectSkipped in class AbstractExecutionListeneree - execution eventpublic void projectStarted(ExecutionEvent ee)
projectStarted in interface ExecutionListenerprojectStarted in class AbstractExecutionListeneree - execution eventpublic void projectSucceeded(ExecutionEvent ee)
projectSucceeded method of the children.projectSucceeded in interface ExecutionListenerprojectSucceeded in class AbstractExecutionListeneree - execution eventpublic void projectFailed(ExecutionEvent ee)
projectFailed method of the children.projectFailed in interface ExecutionListenerprojectFailed in class AbstractExecutionListeneree - execution eventpublic void mojoSkipped(ExecutionEvent ee)
mojoSkipped method of the children.mojoSkipped in interface ExecutionListenermojoSkipped in class AbstractExecutionListeneree - execution eventpublic void mojoStarted(ExecutionEvent ee)
mojoStarted method of the children.mojoStarted in interface ExecutionListenermojoStarted in class AbstractExecutionListeneree - execution eventpublic void mojoSucceeded(ExecutionEvent ee)
mojoSucceeded method of the children.mojoSucceeded in interface ExecutionListenermojoSucceeded in class AbstractExecutionListeneree - execution eventpublic void mojoFailed(ExecutionEvent ee)
mojoFailed method of the children.mojoFailed in interface ExecutionListenermojoFailed in class AbstractExecutionListeneree - execution eventpublic void forkStarted(ExecutionEvent ee)
forkStarted method of the children.forkStarted in interface ExecutionListenerforkStarted in class AbstractExecutionListeneree - execution eventpublic void forkSucceeded(ExecutionEvent ee)
forkSucceeded method of the children.forkSucceeded in interface ExecutionListenerforkSucceeded in class AbstractExecutionListeneree - execution eventpublic void forkFailed(ExecutionEvent ee)
forkFailed method of the children.forkFailed in interface ExecutionListenerforkFailed in class AbstractExecutionListeneree - execution eventpublic void forkedProjectStarted(ExecutionEvent ee)
forkedProjectStarted method of the children.forkedProjectStarted in interface ExecutionListenerforkedProjectStarted in class AbstractExecutionListeneree - execution eventpublic void forkedProjectSucceeded(ExecutionEvent ee)
forkedProjectSucceeded method of the children.forkedProjectSucceeded in interface ExecutionListenerforkedProjectSucceeded in class AbstractExecutionListeneree - execution eventpublic void forkedProjectFailed(ExecutionEvent ee)
forkedProjectFailed method of the children.forkedProjectFailed in interface ExecutionListenerforkedProjectFailed in class AbstractExecutionListeneree - execution eventCopyright © 2018. All rights reserved.