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 boolean
AbstractLifecycleMojo.validateMavenExecution
(MavenExecutionInfo info) protected static boolean
AbstractLifecycleMojo.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 MavenExecutionInfo
MavenExecutionInfo.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 TypeMethodDescriptionvoid
MavenExecutionPlanInfo.addMavenExecutionInfo
(MavenExecutionInfo executionInfo) int
MavenExecutionComparator.compare
(MavenExecutionInfo o1, MavenExecutionInfo o2) protected void
MavenExecutionSummary.updateMaxStringLength
(MavenExecutionInfo executionInfo) void
MavenExecutionSummary.updateSummary
(MavenExecutionInfo executionInfo)