public interface BuildDebugHook
Modifier and Type | Method and Description |
---|---|
void |
buildParticipant(IMavenProjectFacade projectFacade,
MojoExecutionKey mojoExecutionKey,
AbstractBuildParticipant participant,
Set<File> files,
org.eclipse.core.runtime.IProgressMonitor monitor) |
void |
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 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 buildParticipant(IMavenProjectFacade projectFacade, MojoExecutionKey mojoExecutionKey, AbstractBuildParticipant participant, Set<File> files, org.eclipse.core.runtime.IProgressMonitor monitor)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.