Uses of Class
org.jboss.set.pull.processor.data.LabelItem.LabelAction
-
Packages that use LabelItem.LabelAction Package Description org.jboss.set.pull.processor.data -
-
Uses of LabelItem.LabelAction in org.jboss.set.pull.processor.data
Methods in org.jboss.set.pull.processor.data that return LabelItem.LabelAction Modifier and Type Method Description LabelItem.LabelActionLabelItem. getAction()static LabelItem.LabelActionLabelItem.LabelAction. valueOf(String name)Returns the enum constant of this type with the specified name.static LabelItem.LabelAction[]LabelItem.LabelAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.set.pull.processor.data with parameters of type LabelItem.LabelAction Modifier and Type Method Description List<LabelItem<?>>LabelData. getLabels(LabelItem.LabelAction act)Constructors in org.jboss.set.pull.processor.data with parameters of type LabelItem.LabelAction Constructor Description CodeBaseLabelItem(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)
-