Uses of Interface
org.apache.maven.execution.ExecutionEvent
-
Packages that use ExecutionEvent Package Description org.apache.maven.cli.event org.apache.maven.eventspy.internal org.apache.maven.execution org.apache.maven.lifecycle.internal -
-
Uses of ExecutionEvent in org.apache.maven.cli.event
Methods in org.apache.maven.cli.event with parameters of type ExecutionEvent Modifier and Type Method Description voidExecutionEventLogger. forkedProjectStarted(ExecutionEvent event)voidExecutionEventLogger. forkStarted(ExecutionEvent event)>>> mojo-artifactId:version:goal (mojo-executionId) > :forked-goal @ project-artifactId >>>voidExecutionEventLogger. forkSucceeded(ExecutionEvent event)<<< mojo-artifactId:version:goal (mojo-executionId) < :forked-goal @ project-artifactId <<<voidExecutionEventLogger. mojoSkipped(ExecutionEvent event)voidExecutionEventLogger. mojoStarted(ExecutionEvent event)--- mojo-artifactId:version:goal (mojo-executionId) @ project-artifactId ---voidExecutionEventLogger. projectDiscoveryStarted(ExecutionEvent event)voidExecutionEventLogger. projectSkipped(ExecutionEvent event)voidExecutionEventLogger. projectStarted(ExecutionEvent event)voidExecutionEventLogger. sessionEnded(ExecutionEvent event)voidExecutionEventLogger. sessionStarted(ExecutionEvent event) -
Uses of ExecutionEvent in org.apache.maven.eventspy.internal
Methods in org.apache.maven.eventspy.internal with parameters of type ExecutionEvent Modifier and Type Method Description voidEventSpyExecutionListener. forkedProjectFailed(ExecutionEvent event)voidEventSpyExecutionListener. forkedProjectStarted(ExecutionEvent event)voidEventSpyExecutionListener. forkedProjectSucceeded(ExecutionEvent event)voidEventSpyExecutionListener. forkFailed(ExecutionEvent event)voidEventSpyExecutionListener. forkStarted(ExecutionEvent event)voidEventSpyExecutionListener. forkSucceeded(ExecutionEvent event)voidEventSpyExecutionListener. mojoFailed(ExecutionEvent event)voidEventSpyExecutionListener. mojoSkipped(ExecutionEvent event)voidEventSpyExecutionListener. mojoStarted(ExecutionEvent event)voidEventSpyExecutionListener. mojoSucceeded(ExecutionEvent event)voidEventSpyExecutionListener. projectDiscoveryStarted(ExecutionEvent event)voidEventSpyExecutionListener. projectFailed(ExecutionEvent event)voidEventSpyExecutionListener. projectSkipped(ExecutionEvent event)voidEventSpyExecutionListener. projectStarted(ExecutionEvent event)voidEventSpyExecutionListener. projectSucceeded(ExecutionEvent event)voidEventSpyExecutionListener. sessionEnded(ExecutionEvent event)voidEventSpyExecutionListener. sessionStarted(ExecutionEvent event) -
Uses of ExecutionEvent in org.apache.maven.execution
Methods in org.apache.maven.execution with parameters of type ExecutionEvent Modifier and Type Method Description voidAbstractExecutionListener. forkedProjectFailed(ExecutionEvent event)voidExecutionListener. forkedProjectFailed(ExecutionEvent event)voidAbstractExecutionListener. forkedProjectStarted(ExecutionEvent event)voidExecutionListener. forkedProjectStarted(ExecutionEvent event)voidAbstractExecutionListener. forkedProjectSucceeded(ExecutionEvent event)voidExecutionListener. forkedProjectSucceeded(ExecutionEvent event)voidAbstractExecutionListener. forkFailed(ExecutionEvent event)voidExecutionListener. forkFailed(ExecutionEvent event)voidAbstractExecutionListener. forkStarted(ExecutionEvent event)voidExecutionListener. forkStarted(ExecutionEvent event)voidAbstractExecutionListener. forkSucceeded(ExecutionEvent event)voidExecutionListener. forkSucceeded(ExecutionEvent event)voidAbstractExecutionListener. mojoFailed(ExecutionEvent event)voidExecutionListener. mojoFailed(ExecutionEvent event)voidAbstractExecutionListener. mojoSkipped(ExecutionEvent event)voidExecutionListener. mojoSkipped(ExecutionEvent event)voidAbstractExecutionListener. mojoStarted(ExecutionEvent event)voidExecutionListener. mojoStarted(ExecutionEvent event)voidAbstractExecutionListener. mojoSucceeded(ExecutionEvent event)voidExecutionListener. mojoSucceeded(ExecutionEvent event)voidAbstractExecutionListener. projectDiscoveryStarted(ExecutionEvent event)voidExecutionListener. projectDiscoveryStarted(ExecutionEvent event)voidAbstractExecutionListener. projectFailed(ExecutionEvent event)voidExecutionListener. projectFailed(ExecutionEvent event)voidAbstractExecutionListener. projectSkipped(ExecutionEvent event)voidExecutionListener. projectSkipped(ExecutionEvent event)voidAbstractExecutionListener. projectStarted(ExecutionEvent event)voidExecutionListener. projectStarted(ExecutionEvent event)voidAbstractExecutionListener. projectSucceeded(ExecutionEvent event)voidExecutionListener. projectSucceeded(ExecutionEvent event)voidAbstractExecutionListener. sessionEnded(ExecutionEvent event)voidExecutionListener. sessionEnded(ExecutionEvent event)voidAbstractExecutionListener. sessionStarted(ExecutionEvent event)voidExecutionListener. sessionStarted(ExecutionEvent event) -
Uses of ExecutionEvent in org.apache.maven.lifecycle.internal
Classes in org.apache.maven.lifecycle.internal that implement ExecutionEvent Modifier and Type Class Description (package private) classDefaultExecutionEventHolds data relevant for an execution event.
-