| Package | Description |
|---|---|
| org.jboss.set.pull.processor.data |
| Modifier and Type | Method and Description |
|---|---|
LabelItem.LabelAction |
LabelItem.getAction() |
static LabelItem.LabelAction |
LabelItem.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelItem<?>> |
LabelData.getLabels(LabelItem.LabelAction act) |
| Constructor and 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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.