Modifier and Type | Class and Description |
---|---|
class |
InternalBuildParticipant2 |
Modifier and Type | Method and Description |
---|---|
void |
BuildDebugHook.buildParticipant(IMavenProjectFacade projectFacade,
MojoExecutionKey mojoExecutionKey,
AbstractBuildParticipant participant,
Set<File> files,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
Set<org.eclipse.core.resources.IProject> |
MavenBuilderImpl.build(org.apache.maven.execution.MavenSession session,
IMavenProjectFacade projectFacade,
int kind,
Map<String,String> args,
Map<MojoExecutionKey,List<AbstractBuildParticipant>> participants,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
BuildDebugHook.buildStart(IMavenProjectFacade projectFacade,
int kind,
Map<String,String> args,
Map<MojoExecutionKey,List<AbstractBuildParticipant>> participants,
org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
MavenBuilderImpl.clean(org.apache.maven.execution.MavenSession session,
IMavenProjectFacade projectFacade,
Map<MojoExecutionKey,List<AbstractBuildParticipant>> participants,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<AbstractBuildParticipant>> |
InvalidLifecycleMapping.getBuildParticipants(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBuildParticipant2
Build participant aware of the notion of pre-configuration build.
|
class |
MojoExecutionBuildParticipant
MojoExecutionBuildParticipant
|
Modifier and Type | Method and Description |
---|---|
AbstractBuildParticipant |
AbstractProjectConfigurator.getBuildParticipant(IMavenProjectFacade projectFacade,
org.apache.maven.plugin.MojoExecution execution,
IPluginExecutionMetadata executionMetadata) |
Modifier and Type | Method and Description |
---|---|
Map<MojoExecutionKey,List<AbstractBuildParticipant>> |
AbstractCustomizableLifecycleMapping.getBuildParticipants(IMavenProjectFacade projectFacade,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Map<MojoExecutionKey,List<AbstractBuildParticipant>> |
ILifecycleMapping.getBuildParticipants(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns map of AbstractBuildParticipants by MojoExecutionKey that need to be executed during Eclipse workspace
build.
|
Map<MojoExecutionKey,List<AbstractBuildParticipant>> |
NoopLifecycleMapping.getBuildParticipants(IMavenProjectFacade project,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
BuildDebugView.buildParticipant(IMavenProjectFacade projectFacade,
MojoExecutionKey mojoExecutionKey,
AbstractBuildParticipant participant,
Set<File> files,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
BuildDebugView.buildStart(IMavenProjectFacade projectFacade,
int kind,
Map<String,String> args,
Map<MojoExecutionKey,List<AbstractBuildParticipant>> participants,
org.eclipse.core.resources.IResourceDelta delta,
org.eclipse.core.runtime.IProgressMonitor monitor) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.