Uses of Class
it.serendigity.maven.plugin.lifecycle.helper.vo.MavenExecutionInfo
Packages that use MavenExecutionInfo
Package
Description
-
Uses of MavenExecutionInfo in it.serendigity.maven.plugin.lifecycle.helper
Methods in it.serendigity.maven.plugin.lifecycle.helper with parameters of type MavenExecutionInfoModifier and TypeMethodDescriptionprotected booleanAbstractLifecycleMojo.validateMavenExecution(MavenExecutionInfo info) protected static booleanAbstractLifecycleMojo.validatePlugin(MavenExecutionInfo info, List<String> filterPlugin) -
Uses of MavenExecutionInfo in it.serendigity.maven.plugin.lifecycle.helper.output
Methods in it.serendigity.maven.plugin.lifecycle.helper.output with parameters of type MavenExecutionInfo -
Uses of MavenExecutionInfo in it.serendigity.maven.plugin.lifecycle.helper.vo
Methods in it.serendigity.maven.plugin.lifecycle.helper.vo that return MavenExecutionInfoModifier and TypeMethodDescriptionMavenExecutionInfo.Builder.build()static MavenExecutionInfoMavenExecutionInfo.from(int order, org.apache.maven.plugin.MojoExecution mojoExecution, org.apache.maven.lifecycle.DefaultLifecycles defaultLifecycles) Methods in it.serendigity.maven.plugin.lifecycle.helper.vo that return types with arguments of type MavenExecutionInfoMethods in it.serendigity.maven.plugin.lifecycle.helper.vo with parameters of type MavenExecutionInfoModifier and TypeMethodDescriptionvoidMavenExecutionPlanInfo.addMavenExecutionInfo(MavenExecutionInfo executionInfo) intMavenExecutionComparator.compare(MavenExecutionInfo o1, MavenExecutionInfo o2) protected voidMavenExecutionSummary.updateMaxStringLength(MavenExecutionInfo executionInfo) voidMavenExecutionSummary.updateSummary(MavenExecutionInfo executionInfo)