Uses of Class
org.apache.maven.plugin.MojoExecution
Packages that use MojoExecution
Package
Description
-
Uses of MojoExecution in org.apache.maven.cli.event
Methods in org.apache.maven.cli.event with parameters of type MojoExecutionModifier and TypeMethodDescriptionprivate voidExecutionEventLogger.append(MessageBuilder buffer, MojoExecution me) Deprecated. -
Uses of MojoExecution in org.apache.maven.cling.event
Methods in org.apache.maven.cling.event with parameters of type MojoExecutionModifier and TypeMethodDescriptionprivate voidExecutionEventLogger.append(MessageBuilder buffer, MojoExecution me) -
Uses of MojoExecution in org.apache.maven.execution
Fields in org.apache.maven.execution declared as MojoExecutionFields in org.apache.maven.execution with type parameters of type MojoExecutionModifier and TypeFieldDescriptionprivate final List<MojoExecution> ProjectExecutionEvent.executionPlanMethods in org.apache.maven.execution that return MojoExecutionModifier and TypeMethodDescriptionMojoExecutionEvent.getExecution()ExecutionEvent.getMojoExecution()Gets the current mojo execution (if any).Methods in org.apache.maven.execution that return types with arguments of type MojoExecutionConstructors in org.apache.maven.execution with parameters of type MojoExecutionModifierConstructorDescriptionMojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, Mojo mojo) MojoExecutionEvent(MavenSession session, MavenProject project, MojoExecution mojoExecution, Mojo mojo, Throwable cause) Constructor parameters in org.apache.maven.execution with type arguments of type MojoExecutionModifierConstructorDescriptionProjectExecutionEvent(MavenSession session, MavenProject project, List<MojoExecution> executionPlan) ProjectExecutionEvent(MavenSession session, MavenProject project, List<MojoExecution> executionPlan, Throwable cause) -
Uses of MojoExecution in org.apache.maven.internal.impl
Fields in org.apache.maven.internal.impl declared as MojoExecutionMethods in org.apache.maven.internal.impl that return MojoExecutionConstructors in org.apache.maven.internal.impl with parameters of type MojoExecutionModifierConstructorDescriptionDefaultMojoExecution(InternalMavenSession session, MojoExecution delegate) -
Uses of MojoExecution in org.apache.maven.lifecycle
Methods in org.apache.maven.lifecycle that return types with arguments of type MojoExecutionModifier and TypeMethodDescriptionLifecycleMappingDelegate.calculateLifecycleMappings(MavenSession session, MavenProject project, Lifecycle lifecycle, String lifecyclePhase) MavenExecutionPlan.getExecutions()Deprecated.MavenExecutionPlan.getMojoExecutions()Methods in org.apache.maven.lifecycle with parameters of type MojoExecutionModifier and TypeMethodDescriptionvoidDefaultLifecycleExecutor.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.private static StringLifecycleExecutionException.createMessage(MessageBuilderFactory messageBuilderFactory, MojoExecution execution, MavenProject project, Throwable cause) DefaultLifecycleExecutor.executeForkedExecutions(MojoExecution mojoExecution, MavenSession session) LifecycleExecutor.executeForkedExecutions(MojoExecution mojoExecution, MavenSession session) Constructors in org.apache.maven.lifecycle with parameters of type MojoExecutionModifierConstructorDescriptionLifecycleExecutionException(String message, MojoExecution execution, MavenProject project) LifecycleExecutionException(String message, MojoExecution execution, MavenProject project, Throwable cause) LifecycleExecutionException(MessageBuilderFactory messageBuilderFactory, MojoExecution execution, MavenProject project, Throwable cause) LifecycleExecutionException(MojoExecution execution, MavenProject project, Throwable cause) -
Uses of MojoExecution in org.apache.maven.lifecycle.internal
Fields in org.apache.maven.lifecycle.internal declared as MojoExecutionModifier and TypeFieldDescriptionprivate final MojoExecutionDefaultExecutionEvent.mojoExecutionprivate final MojoExecutionExecutionPlanItem.mojoExecutionMethods in org.apache.maven.lifecycle.internal that return MojoExecutionModifier and TypeMethodDescriptionDefaultExecutionEvent.getMojoExecution()ExecutionPlanItem.getMojoExecution()Methods in org.apache.maven.lifecycle.internal that return types with arguments of type MojoExecutionModifier and TypeMethodDescriptionprivate List<MojoExecution> DefaultLifecycleExecutionPlanCalculator.calculateForkedGoal(MojoExecution mojoExecution, MavenSession session, MavenProject project, Collection<MojoDescriptor> alreadyPlannedExecutions) private List<MojoExecution> DefaultLifecycleExecutionPlanCalculator.calculateForkedLifecycle(MojoExecution mojoExecution, MavenSession session, MavenProject project, Collection<MojoDescriptor> alreadyPlannedExecutions) private Map<String, List<MojoExecution>> DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings(MavenSession session, MavenProject project, String lifecyclePhase) DefaultLifecycleMappingDelegate.calculateLifecycleMappings(MavenSession session, MavenProject project, Lifecycle lifecycle, String lifecyclePhase) DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions(MavenSession session, MavenProject project, List<Task> tasks) private Map<PhaseId, List<MojoExecution>> DefaultLifecycleMappingDelegate.getPhaseBindings(Map<String, Map<PhaseId, List<MojoExecution>>> mappings, String phase) Methods in org.apache.maven.lifecycle.internal with parameters of type MojoExecutionModifier and TypeMethodDescriptionprivate voidDefaultLifecycleMappingDelegate.addMojoExecution(Map<PhaseId, List<MojoExecution>> phaseBindings, MojoExecution mojoExecution, PhaseId phaseId) voidDefaultLifecycleExecutionPlanCalculator.calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) private voidDefaultLifecycleExecutionPlanCalculator.calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session, MavenProject project, Collection<MojoDescriptor> alreadyPlannedExecutions) voidLifecycleExecutionPlanCalculator.calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) private List<MojoExecution> DefaultLifecycleExecutionPlanCalculator.calculateForkedGoal(MojoExecution mojoExecution, MavenSession session, MavenProject project, Collection<MojoDescriptor> alreadyPlannedExecutions) private List<MojoExecution> DefaultLifecycleExecutionPlanCalculator.calculateForkedLifecycle(MojoExecution mojoExecution, MavenSession session, MavenProject project, Collection<MojoDescriptor> alreadyPlannedExecutions) private voidDefaultMojoExecutionConfigurator.checkUnknownMojoConfigurationParameters(MojoExecution mojoExecution) voidDefaultMojoExecutionConfigurator.configure(MavenProject project, MojoExecution mojoExecution, boolean allowPluginLevelConfig) private voidLifecycleDebugLogger.debugMojoExecution(MojoExecution mojoExecution) private voidMojoExecutor.doExecute(MavenSession session, MojoExecution mojoExecution, DependencyContext dependencyContext) private voidMojoExecutor.doExecute2(MavenSession session, MojoExecution mojoExecution) private voidMojoExecutor.execute(MavenSession session, MojoExecution mojoExecution, DependencyContext dependencyContext) private voidMojoExecutor.execute(MavenSession session, MojoExecution mojoExecution, DependencyContext dependencyContext, PhaseRecorder phaseRecorder) MojoExecutor.executeForkedExecutions(MojoExecution mojoExecution, MavenSession session) private MojoDescriptorDefaultLifecycleExecutionPlanCalculator.fillMojoDescriptor(MavenSession session, MavenProject project, MojoExecution execution) private voidDefaultLifecycleExecutionPlanCalculator.finalizeMojoConfiguration(MojoExecution mojoExecution) Post-processes the effective configuration for the specified mojo execution.voidDefaultExecutionEventCatapult.fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution) voidDefaultExecutionEventCatapult.fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception) voidExecutionEventCatapult.fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution) voidExecutionEventCatapult.fire(ExecutionEvent.Type eventType, MavenSession session, MojoExecution mojoExecution, Exception exception) DefaultMojoExecutionConfigurator.getUnknownParameters(MojoExecution mojoExecution, Set<String> parameters) private voidDefaultLifecycleExecutionPlanCalculator.injectLifecycleOverlay(Map<String, List<MojoExecution>> lifecycleMappings, MojoExecution mojoExecution, MavenSession session, MavenProject project) booleanPhaseRecorder.isDifferentPhase(MojoExecution nextMojoExecution) private MojoExecutionConfiguratorDefaultLifecycleExecutionPlanCalculator.mojoExecutionConfigurator(MojoExecution mojoExecution) voidPhaseRecorder.observeExecution(MojoExecution mojoExecution) voidDefaultLifecycleExecutionPlanCalculator.setupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution, Set<MojoDescriptor> alreadyPlannedExecutions) voidLifecycleExecutionPlanCalculator.setupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution, Set<MojoDescriptor> alreadyPlannedExecutions) Method parameters in org.apache.maven.lifecycle.internal with type arguments of type MojoExecutionModifier and TypeMethodDescriptionprivate voidDefaultLifecycleMappingDelegate.addMojoExecution(Map<PhaseId, List<MojoExecution>> phaseBindings, MojoExecution mojoExecution, PhaseId phaseId) private voidMojoExecutor.collectDependencyRequirements(Set<String> scopesToResolve, Set<String> scopesToCollect, Collection<MojoExecution> mojoExecutions) static List<ExecutionPlanItem> ExecutionPlanItem.createExecutionPlanItems(MavenProject mavenProject, List<MojoExecution> executions) private voidLifecycleDebugLogger.debugDependencyRequirements(List<MojoExecution> mojoExecutions) voidMojoExecutor.execute(MavenSession session, List<MojoExecution> mojoExecutions) private Set<MojoDescriptor> DefaultLifecycleExecutionPlanCalculator.fillMojoDescriptors(MavenSession session, MavenProject project, List<MojoExecution> mojoExecutions) private Map<PhaseId, List<MojoExecution>> DefaultLifecycleMappingDelegate.getPhaseBindings(Map<String, Map<PhaseId, List<MojoExecution>>> mappings, String phase) private voidDefaultLifecycleExecutionPlanCalculator.injectLifecycleOverlay(Map<String, List<MojoExecution>> lifecycleMappings, MojoExecution mojoExecution, MavenSession session, MavenProject project) MojoExecutor.newDependencyContext(MavenSession session, List<MojoExecution> mojoExecutions) private voidDefaultLifecycleExecutionPlanCalculator.setupMojoExecutions(MavenSession session, MavenProject project, List<MojoExecution> mojoExecutions) Constructors in org.apache.maven.lifecycle.internal with parameters of type MojoExecutionModifierConstructorDescription(package private)DefaultExecutionEvent(ExecutionEvent.Type type, MavenSession session, MojoExecution mojoExecution, Exception exception) ExecutionPlanItem(MojoExecution mojoExecution) -
Uses of MojoExecution in org.apache.maven.lifecycle.internal.concurrent
Fields in org.apache.maven.lifecycle.internal.concurrent with type parameters of type MojoExecutionModifier and TypeFieldDescription(package private) final Map<Integer, Map<String, MojoExecution>> BuildStep.mojosMethods in org.apache.maven.lifecycle.internal.concurrent that return types with arguments of type MojoExecutionModifier and TypeMethodDescriptionBuildStep.executions()private Map<String, MojoExecution> BuildPlan.mergeMojos(Map<String, MojoExecution> l1, Map<String, MojoExecution> l2) Methods in org.apache.maven.lifecycle.internal.concurrent with parameters of type MojoExecutionModifier and TypeMethodDescriptionvoidBuildStep.addMojo(MojoExecution mojo, int priority) protected BuildPlanBuildPlanExecutor.BuildContext.computeForkPlan(BuildStep step, MojoExecution execution, BuildPlan buildPlan) private voidBuildPlanExecutor.finalizeMojoConfiguration(MojoExecution mojoExecution) Post-processes the effective configuration for the specified mojo execution.protected voidBuildPlanLogger.mojo(Consumer<String> writer, MojoExecution mojoExecution) private MojoExecutionConfiguratorBuildPlanExecutor.mojoExecutionConfigurator(MojoExecution mojoExecution) Method parameters in org.apache.maven.lifecycle.internal.concurrent with type arguments of type MojoExecutionModifier and TypeMethodDescriptionprivate Map<String, MojoExecution> BuildPlan.mergeMojos(Map<String, MojoExecution> l1, Map<String, MojoExecution> l2) -
Uses of MojoExecution in org.apache.maven.plugin
Fields in org.apache.maven.plugin declared as MojoExecutionModifier and TypeFieldDescriptionprivate final MojoExecutionPluginExecutionException.mojoExecutionprivate MojoExecutionPluginParameterExpressionEvaluator.mojoExecutionFields in org.apache.maven.plugin with type parameters of type MojoExecutionModifier and TypeFieldDescriptionprivate Map<String, List<MojoExecution>> MojoExecution.forkedExecutionsThe 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 MojoExecutionMethods in org.apache.maven.plugin that return types with arguments of type MojoExecutionMethods in org.apache.maven.plugin with parameters of type MojoExecutionModifier and TypeMethodDescriptionprivate static StringPluginExecutionException.constructMessage(MojoExecution mojoExecution, Throwable cause) voidBuildPluginManager.executeMojo(MavenSession session, MojoExecution execution) voidDefaultBuildPluginManager.executeMojo(MavenSession session, MojoExecution mojoExecution) voidPluginManager.executeMojo(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.<T> TMavenPluginManager.getConfiguredMojo(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(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 MojoExecutionModifier and TypeMethodDescriptionvoidDefaultMojosExecutionStrategy.execute(List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoRunner) voidMojosExecutionStrategy.execute(List<MojoExecution> mojos, MavenSession session, MojoExecutionRunner mojoExecutionRunner) Entry point to the execution strategyvoidMojoExecution.setForkedExecutions(String projectKey, List<MojoExecution> forkedExecutions) Constructors in org.apache.maven.plugin with parameters of type MojoExecutionModifierConstructorDescriptionPluginExecutionException(MojoExecution mojoExecution, MavenProject project, Exception cause) PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message) PluginExecutionException(MojoExecution mojoExecution, MavenProject project, String message, Throwable cause) PluginExecutionException(MojoExecution mojoExecution, MavenProject project, DuplicateArtifactAttachmentException cause) PluginParameterExpressionEvaluator(MavenSession session, MojoExecution mojoExecution) -
Uses of MojoExecution in org.apache.maven.plugin.internal
Methods in org.apache.maven.plugin.internal with parameters of type MojoExecutionModifier and TypeMethodDescriptionvoidDefaultPluginManager.executeMojo(MavenProject project, MojoExecution execution, MavenSession session) Deprecated.<T> TDefaultMavenPluginManager.getConfiguredMojo(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution) private <T> TDefaultMavenPluginManager.loadV3Mojo(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution, MojoDescriptor mojoDescriptor, PluginDescriptor pluginDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm) private <T> TDefaultMavenPluginManager.loadV4Mojo(Class<T> mojoInterface, MavenSession session, MojoExecution mojoExecution, MojoDescriptor mojoDescriptor, PluginDescriptor pluginDescriptor, org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm) voidDefaultMavenPluginManager.releaseMojo(Object mojo, MojoExecution mojoExecution)