| Package | Description |
|---|---|
| org.jboss.pull.shared.connectors.bugzilla |
| Modifier and Type | Method and Description |
|---|---|
static Bug.Status |
Bug.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bug.Status[] |
Bug.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BugsClient.updateBugzillaStatus(Integer bugzillaId,
Bug.Status status)
Change Bugzilla bug status.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.