Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
LifecycleMappingResult.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
static MojoExecutionBuildParticipant |
LifecycleMappingFactory.createMojoExecutionBuildParicipant(IMavenProjectFacade projectFacade,
org.apache.maven.plugin.MojoExecution mojoExecution,
IPluginExecutionMetadata executionMetadata) |
static AbstractProjectConfigurator |
LifecycleMappingFactory.createProjectConfigurator(IPluginExecutionMetadata metadata) |
static String |
LifecycleMappingFactory.getActionMessage(IPluginExecutionMetadata metadata) |
static String |
LifecycleMappingFactory.getProjectConfiguratorId(IPluginExecutionMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
static void |
LifecycleMappingFactory.instantiateProjectConfigurators(org.apache.maven.project.MavenProject mavenProject,
LifecycleMappingResult result,
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> map) |
void |
LifecycleMappingResult.setMojoExecutionMapping(Map<MojoExecutionKey,List<IPluginExecutionMetadata>> mojoExecutionMapping) |
Constructor and Description |
---|
MojoExecutionMappingConfiguration(MojoExecutionKey execution,
IPluginExecutionMetadata mapping) |
Modifier and Type | Class and Description |
---|---|
class |
PluginExecutionMetadata
Class PluginExecutionMetadata.
|
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
LifecycleMappingConfiguration.getMojoExecutionMapping() |
Constructor and Description |
---|
LifecycleMappingConfiguration(String lifecycleMappingId,
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> mojoExecutionMapping,
Map<MojoExecutionKey,org.codehaus.plexus.util.xml.Xpp3Dom> mojoExecutionConfiguration) |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
MavenProjectFacade.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
void |
MavenProjectFacade.setMojoExecutionMapping(Map<MojoExecutionKey,List<IPluginExecutionMetadata>> mojoExecutionMapping) |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
IMavenProjectFacade.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<IPluginExecutionMetadata>> |
ILifecycleMappingConfiguration.getMojoExecutionMapping() |
Modifier and Type | Method and Description |
---|---|
AbstractBuildParticipant |
AbstractProjectConfigurator.getBuildParticipant(IMavenProjectFacade projectFacade,
org.apache.maven.plugin.MojoExecution execution,
IPluginExecutionMetadata executionMetadata) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.