Interface LifecycleTaskSegmentCalculator
-
- All Known Implementing Classes:
DefaultLifecycleTaskSegmentCalculator
public interface LifecycleTaskSegmentCalculatorCalculates the task segments in the build
NOTE: This class is not part of any public api and can be changed or deleted without prior notice.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TaskSegment>calculateTaskSegments(MavenSession session)java.util.List<TaskSegment>calculateTaskSegments(MavenSession session, java.util.List<java.lang.String> tasks)booleanrequiresProject(MavenSession session)
-
-
-
Method Detail
-
calculateTaskSegments
java.util.List<TaskSegment> calculateTaskSegments(MavenSession session) throws PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException, MojoNotFoundException, NoPluginFoundForPrefixException, InvalidPluginDescriptorException, PluginVersionResolutionException, LifecyclePhaseNotFoundException, LifecycleNotFoundException
-
calculateTaskSegments
java.util.List<TaskSegment> calculateTaskSegments(MavenSession session, java.util.List<java.lang.String> tasks) throws PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException, MojoNotFoundException, NoPluginFoundForPrefixException, InvalidPluginDescriptorException, PluginVersionResolutionException
-
requiresProject
boolean requiresProject(MavenSession session)
-
-