Uses of Enum Class
it.serendigity.maven.plugin.lifecycle.helper.vo.MavenExecutionAttribute
Packages that use MavenExecutionAttribute
Package
Description
-
Uses of MavenExecutionAttribute in it.serendigity.maven.plugin.lifecycle.helper
Methods in it.serendigity.maven.plugin.lifecycle.helper that return MavenExecutionAttributeModifier and TypeMethodDescriptionprotected MavenExecutionAttributeExecutionPlanMojo.getOrderByToElaborate()protected MavenExecutionAttributeExecutionPlanMojo.getParamOrderBy()Methods in it.serendigity.maven.plugin.lifecycle.helper with parameters of type MavenExecutionAttributeModifier and TypeMethodDescriptionprotected voidExecutionPlanMojo.setOrderByToElaborate(MavenExecutionAttribute orderByToElaborate) -
Uses of MavenExecutionAttribute in it.serendigity.maven.plugin.lifecycle.helper.output
Methods in it.serendigity.maven.plugin.lifecycle.helper.output that return MavenExecutionAttributeMethods in it.serendigity.maven.plugin.lifecycle.helper.output that return types with arguments of type MavenExecutionAttributeModifier and TypeMethodDescriptionprotected Set<MavenExecutionAttribute>TxtOutput.createColumns()protected Set<MavenExecutionAttribute>TxtTable.createColumns()TxtOutput.getColumns()Methods in it.serendigity.maven.plugin.lifecycle.helper.output with parameters of type MavenExecutionAttributeModifier and TypeMethodDescriptionprotected StringTxtOutput.getHeaderTitle(MavenExecutionAttribute mavenExecutionAttribute) Constructors in it.serendigity.maven.plugin.lifecycle.helper.output with parameters of type MavenExecutionAttributeModifierConstructorDescriptionTxtTable(MavenExecutionPlanInfo executionPlanInfo, MavenExecutionAttribute orderByColumn, boolean groupByAttribute) -
Uses of MavenExecutionAttribute in it.serendigity.maven.plugin.lifecycle.helper.vo
Methods in it.serendigity.maven.plugin.lifecycle.helper.vo that return MavenExecutionAttributeModifier and TypeMethodDescriptionstatic MavenExecutionAttributeprotected MavenExecutionAttributeMavenExecutionComparator.getOrderAttribute()static MavenExecutionAttributeReturns the enum constant of this class with the specified name.static MavenExecutionAttribute[]MavenExecutionAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.serendigity.maven.plugin.lifecycle.helper.vo that return types with arguments of type MavenExecutionAttributeModifier and TypeMethodDescriptionstatic Set<MavenExecutionAttribute>MavenExecutionAttribute.complementOf(MavenExecutionAttribute... excludes) static Set<MavenExecutionAttribute>MavenExecutionAttribute.retrieveGroupByEnabled()Methods in it.serendigity.maven.plugin.lifecycle.helper.vo with parameters of type MavenExecutionAttributeModifier and TypeMethodDescriptionstatic Set<MavenExecutionAttribute>MavenExecutionAttribute.complementOf(MavenExecutionAttribute... excludes) intMavenExecutionSummary.getMaxStringLength(MavenExecutionAttribute attribute) intMavenExecutionInfo.getStringLength(MavenExecutionAttribute mavenExecutionAttribute) MavenExecutionInfo.getValue(MavenExecutionAttribute mavenExecutionAttribute) Retrieve value of the attributemavenExecutionAttributeMavenExecutionInfo.getValueOrEmpty(MavenExecutionAttribute mavenExecutionAttribute) Retrieve value of the attributemavenExecutionAttribute.voidMavenExecutionInfo.setValue(MavenExecutionAttribute mavenExecutionAttribute, Object value) voidMavenExecutionPlanInfo.sort(MavenExecutionAttribute orderByAttribute) Constructors in it.serendigity.maven.plugin.lifecycle.helper.vo with parameters of type MavenExecutionAttribute