Uses of Class
org.apache.maven.plugin.MojoExecution
-
-
Uses of MojoExecution in org.apache.maven.cli.event
Methods in org.apache.maven.cli.event with parameters of type MojoExecution Modifier and Type Method Description private void
ExecutionEventLogger. append(org.apache.maven.shared.utils.logging.MessageBuilder buffer, MojoExecution me)
-
Uses of MojoExecution in org.apache.maven.execution
Fields in org.apache.maven.execution declared as MojoExecution Modifier and Type Field Description private MojoExecution
MojoExecutionEvent. mojoExecution
Fields in org.apache.maven.execution with type parameters of type MojoExecution Modifier and Type Field Description private java.util.List<MojoExecution>
ProjectExecutionEvent. executionPlan
Methods in org.apache.maven.execution that return MojoExecution Modifier and Type Method Description MojoExecution
MojoExecutionEvent. getExecution()
MojoExecution
ExecutionEvent. getMojoExecution()
Gets the current mojo execution (if any).Methods in org.apache.maven.execution that return types with arguments of type MojoExecution Modifier and Type Method Description java.util.List<MojoExecution>
ProjectExecutionEvent. getExecutionPlan()
Constructors in org.apache.maven.execution with parameters of type MojoExecution Constructor Description MojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, Mojo mojo)
MojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, Mojo mojo, java.lang.Throwable cause)
Constructor parameters in org.apache.maven.execution with type arguments of type MojoExecution Constructor Description ProjectExecutionEvent(MavenSession session, MavenProject project, java.util.List<MojoExecution> executionPlan)
ProjectExecutionEvent(MavenSession session, MavenProject project, java.util.List<MojoExecution> executionPlan, java.lang.Throwable cause)
-
Uses of MojoExecution in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that return types with arguments of type MojoExecution Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<MojoExecution>>
LifecycleMappingDelegate. calculateLifecycleMappings(MavenSession session, MavenProject project, Lifecycle lifecycle, java.lang.String lifecyclePhase)
java.util.List<MojoExecution>
MavenExecutionPlan. getExecutions()
Deprecated.java.util.List<MojoExecution>
MavenExecutionPlan. getMojoExecutions()
Methods in org.apache.maven.lifecycle with parameters of type MojoExecution Modifier and Type Method Description void
DefaultLifecycleExecutor. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)
void
LifecycleExecutor. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)
void
MojoExecutionConfigurator. configure(MavenProject project, MojoExecution mojoExecution, boolean allowPluginLevelConfig)
Create the MojoExecution configuration based on configuration for a Mojo in the MavenProject and the default configuration for the Mojo from the containing plugin's plugin.xml descriptor.private static java.lang.String
LifecycleExecutionException. createMessage(MojoExecution execution, MavenProject project, java.lang.Throwable cause)
java.util.List<MavenProject>
DefaultLifecycleExecutor. executeForkedExecutions(MojoExecution mojoExecution, MavenSession session)
java.util.List<MavenProject>
LifecycleExecutor. executeForkedExecutions(MojoExecution mojoExecution, MavenSession session)
Constructors in org.apache.maven.lifecycle with parameters of type MojoExecution Constructor Description LifecycleExecutionException(java.lang.String message, MojoExecution execution, MavenProject project)
LifecycleExecutionException(java.lang.String message, MojoExecution execution, MavenProject project, java.lang.Throwable cause)
LifecycleExecutionException(MojoExecution execution, MavenProject project, java.lang.Throwable cause)
-
Uses of MojoExecution in org.apache.maven.lifecycle.internal
Fields in org.apache.maven.lifecycle.internal declared as MojoExecution Modifier and Type Field Description private MojoExecution
DefaultExecutionEvent. mojoExecution
private MojoExecution
ExecutionPlanItem. mojoExecution
Methods in org.apache.maven.lifecycle.internal that return MojoExecution Modifier and Type Method Description MojoExecution
DefaultExecutionEvent. getMojoExecution()
MojoExecution
ExecutionPlanItem. getMojoExecution()
Methods in org.apache.maven.lifecycle.internal that return types with arguments of type MojoExecution Modifier and Type Method Description private java.util.List<MojoExecution>
DefaultLifecycleExecutionPlanCalculator. calculateForkedGoal(MojoExecution mojoExecution, MavenSession session, MavenProject project, java.util.Collection<MojoDescriptor> alreadyForkedExecutions)
private java.util.List<MojoExecution>
DefaultLifecycleExecutionPlanCalculator. calculateForkedLifecycle(MojoExecution mojoExecution, MavenSession session, MavenProject project, java.util.Collection<MojoDescriptor> alreadyForkedExecutions)
private java.util.Map<java.lang.String,java.util.List<MojoExecution>>
DefaultLifecycleExecutionPlanCalculator. calculateLifecycleMappings(MavenSession session, MavenProject project, java.lang.String lifecyclePhase)
java.util.Map<java.lang.String,java.util.List<MojoExecution>>
DefaultLifecycleMappingDelegate. calculateLifecycleMappings(MavenSession session, MavenProject project, Lifecycle lifecycle, java.lang.String lifecyclePhase)
java.util.List<MojoExecution>
DefaultLifecycleExecutionPlanCalculator. calculateMojoExecutions(MavenSession session, MavenProject project, java.util.List<java.lang.Object> tasks)
Methods in org.apache.maven.lifecycle.internal with parameters of type MojoExecution Modifier and Type Method Description private void
DefaultLifecycleMappingDelegate. addMojoExecution(java.util.Map<java.lang.Integer,java.util.List<MojoExecution>> phaseBindings, MojoExecution mojoExecution, int priority)
void
DefaultLifecycleExecutionPlanCalculator. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)
private void
DefaultLifecycleExecutionPlanCalculator. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session, MavenProject project, java.util.Collection<MojoDescriptor> alreadyForkedExecutions)
void
LifecycleExecutionPlanCalculator. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)
private java.util.List<MojoExecution>
DefaultLifecycleExecutionPlanCalculator. calculateForkedGoal(MojoExecution mojoExecution, MavenSession session, MavenProject project, java.util.Collection<MojoDescriptor> alreadyForkedExecutions)
private java.util.List<MojoExecution>
DefaultLifecycleExecutionPlanCalculator. calculateForkedLifecycle(MojoExecution mojoExecution, MavenSession session, MavenProject project, java.util.Collection<MojoDescriptor> alreadyForkedExecutions)
private void
DefaultMojoExecutionConfigurator. checkUnknownMojoConfigurationParameters(MojoExecution mojoExecution)
void
DefaultMojoExecutionConfigurator. configure(MavenProject project, MojoExecution mojoExecution, boolean allowPluginLevelConfig)
private void
LifecycleDebugLogger. debugMojoExecution(MojoExecution mojoExecution)
private void
MojoExecutor. doExecute(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext)
private void
MojoExecutor. doExecute2(MavenSession session, MojoExecution mojoExecution)
private void
MojoExecutor. execute(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext)
private void
MojoExecutor. execute(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext, PhaseRecorder phaseRecorder)
java.util.List<MavenProject>
MojoExecutor. executeForkedExecutions(MojoExecution mojoExecution, MavenSession session, ProjectIndex projectIndex)
private void
DefaultLifecycleExecutionPlanCalculator. finalizeMojoConfiguration(MojoExecution mojoExecution)
Post-processes the effective configuration for the specified mojo execution.void
DefaultExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)
void
DefaultExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)
void
ExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)
void
ExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)
private java.util.Set<java.lang.String>
DefaultMojoExecutionConfigurator. getUnknownParameters(MojoExecution mojoExecution, java.util.Set<java.lang.String> parameters)
private void
DefaultLifecycleExecutionPlanCalculator. injectLifecycleOverlay(java.util.Map<java.lang.String,java.util.List<MojoExecution>> lifecycleMappings, MojoExecution mojoExecution, MavenSession session, MavenProject project)
boolean
PhaseRecorder. isDifferentPhase(MojoExecution nextMojoExecution)
private boolean
DefaultMojoExecutionConfigurator. isNotReportPluginsForMavenSite(java.lang.String parameterName, MojoExecution mojoExecution)
private MojoExecutionConfigurator
DefaultLifecycleExecutionPlanCalculator. mojoExecutionConfigurator(MojoExecution mojoExecution)
void
PhaseRecorder. observeExecution(MojoExecution mojoExecution)
void
DefaultLifecycleExecutionPlanCalculator. setupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution)
void
LifecycleExecutionPlanCalculator. setupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution)
Method parameters in org.apache.maven.lifecycle.internal with type arguments of type MojoExecution Modifier and Type Method Description private void
DefaultLifecycleMappingDelegate. addMojoExecution(java.util.Map<java.lang.Integer,java.util.List<MojoExecution>> phaseBindings, MojoExecution mojoExecution, int priority)
private void
MojoExecutor. collectDependencyRequirements(java.util.Set<java.lang.String> scopesToResolve, java.util.Set<java.lang.String> scopesToCollect, java.util.Collection<MojoExecution> mojoExecutions)
static java.util.List<ExecutionPlanItem>
ExecutionPlanItem. createExecutionPlanItems(MavenProject mavenProject, java.util.List<MojoExecution> executions)
private void
LifecycleDebugLogger. debugDependencyRequirements(java.util.List<MojoExecution> mojoExecutions)
void
MojoExecutor. execute(MavenSession session, java.util.List<MojoExecution> mojoExecutions, ProjectIndex projectIndex)
private void
DefaultLifecycleExecutionPlanCalculator. injectLifecycleOverlay(java.util.Map<java.lang.String,java.util.List<MojoExecution>> lifecycleMappings, MojoExecution mojoExecution, MavenSession session, MavenProject project)
DependencyContext
MojoExecutor. newDependencyContext(MavenSession session, java.util.List<MojoExecution> mojoExecutions)
private void
DefaultLifecycleExecutionPlanCalculator. setupMojoExecutions(MavenSession session, MavenProject project, java.util.List<MojoExecution> mojoExecutions)
Constructors in org.apache.maven.lifecycle.internal with parameters of type MojoExecution Constructor Description DefaultExecutionEvent(ExecutionEvent.Type type, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)
ExecutionPlanItem(MojoExecution mojoExecution)
-
Uses of MojoExecution in org.apache.maven.plugin
Fields in org.apache.maven.plugin declared as MojoExecution Modifier and Type Field Description private MojoExecution
PluginExecutionException. mojoExecution
private MojoExecution
PluginParameterExpressionEvaluator. mojoExecution
Fields in org.apache.maven.plugin with type parameters of type MojoExecution Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<MojoExecution>>
MojoExecution. forkedExecutions
The executions to fork before this execution, indexed by the groupId:artifactId:version of the project on which the forked execution are to be run and in reactor build order.Methods in org.apache.maven.plugin that return MojoExecution Modifier and Type Method Description MojoExecution
PluginExecutionException. getMojoExecution()
Methods in org.apache.maven.plugin that return types with arguments of type MojoExecution Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<MojoExecution>>
MojoExecution. getForkedExecutions()
Methods in org.apache.maven.plugin with parameters of type MojoExecution Modifier and Type Method Description private static java.lang.String
PluginExecutionException. constructMessage(MojoExecution mojoExecution, java.lang.Throwable cause)
void
BuildPluginManager. executeMojo(MavenSession session, MojoExecution execution)
void
DefaultBuildPluginManager. executeMojo(MavenSession session, MojoExecution mojoExecution)
void
PluginManager. executeMojo(MavenProject project, MojoExecution execution, MavenSession session)
Deprecated.<T> T
MavenPluginManager. getConfiguredMojo(java.lang.Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution)
Looks up the mojo for the specified mojo execution and populates its parameters from the configuration given by the mojo execution.void
MavenPluginManager. releaseMojo(java.lang.Object mojo, MojoExecution mojoExecution)
Releases the specified mojo back to the container.void
MojoExecutionRunner. run(MojoExecution execution)
Runs mojo executionMethod parameters in org.apache.maven.plugin with type arguments of type MojoExecution Modifier and Type Method Description void
DefaultMojosExecutionStrategy. execute(java.util.List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoRunner)
void
MojosExecutionStrategy. execute(java.util.List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoExecutionRunner)
Entry point to the execution strategyvoid
MojoExecution. setForkedExecutions(java.lang.String projectKey, java.util.List<MojoExecution> forkedExecutions)
Constructors in org.apache.maven.plugin with parameters of type MojoExecution Constructor Description PluginExecutionException(MojoExecution mojoExecution, MavenProject project, java.lang.Exception cause)
PluginExecutionException(MojoExecution mojoExecution, MavenProject project, java.lang.String message)
PluginExecutionException(MojoExecution mojoExecution, MavenProject project, java.lang.String message, java.lang.Throwable cause)
PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause)
PluginParameterExpressionEvaluator(MavenSession session, MojoExecution mojoExecution)
PluginParameterExpressionEvaluator(MavenSession session, MojoExecution mojoExecution, PathTranslator pathTranslator, org.codehaus.plexus.logging.Logger logger, MavenProject project, java.util.Properties properties)
Deprecated. -
Uses of MojoExecution in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal with parameters of type MojoExecution Modifier and Type Method Description void
DefaultPluginManager. executeMojo(MavenProject project, MojoExecution execution, MavenSession session)
<T> T
DefaultMavenPluginManager. getConfiguredMojo(java.lang.Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution)
void
DefaultMavenPluginManager. releaseMojo(java.lang.Object mojo, MojoExecution mojoExecution)
-