Uses of Enum Class
org.jboss.set.pull.processor.data.LabelItem.LabelAction
Packages that use LabelItem.LabelAction
-
Uses of LabelItem.LabelAction in org.jboss.set.pull.processor.data
Methods in org.jboss.set.pull.processor.data that return LabelItem.LabelActionModifier and TypeMethodDescriptionLabelItem.getAction()static LabelItem.LabelActionReturns the enum constant of this class with the specified name.static LabelItem.LabelAction[]LabelItem.LabelAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.set.pull.processor.data with parameters of type LabelItem.LabelActionConstructors in org.jboss.set.pull.processor.data with parameters of type LabelItem.LabelActionModifierConstructorDescriptionCodeBaseLabelItem(org.jboss.set.aphrodite.domain.Codebase label, LabelItem.LabelAction action, LabelItem.LabelSeverity severity) DefinedLabelItem(DefinedLabelItem.LabelContent label, LabelItem.LabelAction action, LabelItem.LabelSeverity severity) LabelItem(T label, LabelItem.LabelAction action, LabelItem.LabelSeverity severity)