Uses of Class
org.apache.maven.plugin.MojoExecution
-
Packages that use MojoExecution Package Description org.apache.maven.execution org.apache.maven.lifecycle org.apache.maven.lifecycle.internal org.apache.maven.plugin org.apache.maven.plugin.internal -
-
Uses of MojoExecution in org.apache.maven.execution
Methods in org.apache.maven.execution that return MojoExecution Modifier and Type Method Description MojoExecutionMojoExecutionEvent. getExecution()MojoExecutionExecutionEvent. 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, org.apache.maven.plugin.Mojo mojo)MojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, org.apache.maven.plugin.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 voidDefaultLifecycleExecutor. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)voidLifecycleExecutor. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)voidMojoExecutionConfigurator. 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.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
Methods in org.apache.maven.lifecycle.internal that return MojoExecution Modifier and Type Method Description MojoExecutionExecutionPlanItem. getMojoExecution()Methods in org.apache.maven.lifecycle.internal that return types with arguments of type MojoExecution Modifier and Type Method Description 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 voidDefaultLifecycleExecutionPlanCalculator. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)voidLifecycleExecutionPlanCalculator. calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session)voidDefaultMojoExecutionConfigurator. configure(MavenProject project, MojoExecution mojoExecution, boolean allowPluginLevelConfig)java.util.List<MavenProject>MojoExecutor. executeForkedExecutions(MojoExecution mojoExecution, MavenSession session, ProjectIndex projectIndex)voidDefaultExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)voidDefaultExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)voidExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution)voidExecutionEventCatapult. fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, java.lang.Exception exception)booleanPhaseRecorder. isDifferentPhase(MojoExecution nextMojoExecution)voidPhaseRecorder. observeExecution(MojoExecution mojoExecution)voidDefaultLifecycleExecutionPlanCalculator. setupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution)voidLifecycleExecutionPlanCalculator. 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 static java.util.List<ExecutionPlanItem>ExecutionPlanItem. createExecutionPlanItems(MavenProject mavenProject, java.util.List<MojoExecution> executions)voidMojoExecutor. execute(MavenSession session, java.util.List<MojoExecution> mojoExecutions, ProjectIndex projectIndex)DependencyContextMojoExecutor. newDependencyContext(MavenSession session, java.util.List<MojoExecution> mojoExecutions)Constructors in org.apache.maven.lifecycle.internal with parameters of type MojoExecution Constructor Description ExecutionPlanItem(MojoExecution mojoExecution) -
Uses of MojoExecution in org.apache.maven.plugin
Methods in org.apache.maven.plugin that return MojoExecution Modifier and Type Method Description MojoExecutionPluginExecutionException. 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 voidBuildPluginManager. executeMojo(MavenSession session, MojoExecution execution)voidDefaultBuildPluginManager. executeMojo(MavenSession session, MojoExecution mojoExecution)voidPluginManager. executeMojo(MavenProject project, MojoExecution execution, MavenSession session)Deprecated.<T> TMavenPluginManager. 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.voidMavenPluginManager. releaseMojo(java.lang.Object mojo, MojoExecution mojoExecution)Releases the specified mojo back to the container.voidMojoExecutionRunner. run(MojoExecution execution)Runs mojo executionMethod parameters in org.apache.maven.plugin with type arguments of type MojoExecution Modifier and Type Method Description voidDefaultMojosExecutionStrategy. execute(java.util.List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoRunner)voidMojosExecutionStrategy. execute(java.util.List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoExecutionRunner)Entry point to the execution strategyvoidMojoExecution. 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 voidDefaultPluginManager. executeMojo(MavenProject project, MojoExecution execution, MavenSession session)<T> TDefaultMavenPluginManager. getConfiguredMojo(java.lang.Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution)voidDefaultMavenPluginManager. releaseMojo(java.lang.Object mojo, MojoExecution mojoExecution)
-