Package org.eclipse.tycho.build
Interface BuildListener
public interface BuildListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidbuildEnded(org.apache.maven.execution.MavenSession session) Called after the build has endedvoidbuildStarted(org.apache.maven.execution.MavenSession session) Called after the build has started and all projects have basic setup
-
Method Details
-
buildStarted
void buildStarted(org.apache.maven.execution.MavenSession session) Called after the build has started and all projects have basic setup- Parameters:
session-
-
buildEnded
void buildEnded(org.apache.maven.execution.MavenSession session) Called after the build has ended- Parameters:
session-
-