| Package | Description |
|---|---|
| org.jboss.set.aphrodite.domain |
| Modifier and Type | Method and Description |
|---|---|
IssuePriority |
Issue.getPriority() |
static IssuePriority |
IssuePriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IssuePriority[] |
IssuePriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IssuePriority.isHigherThan(IssuePriority otherPriority) |
void |
Issue.setPriority(IssuePriority priority) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.