| Package | Description |
|---|---|
| org.jboss.pull.shared.connectors.bugzilla | |
| org.jboss.pull.shared.connectors.common |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommentsClient.updateBugzillaFlag(Integer[] ids,
String name,
Flag.Status status)
Update Bugzilla bugs flag status.
|
| Modifier and Type | Method and Description |
|---|---|
Flag.Status |
Flag.getStatus() |
static Flag.Status |
Flag.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flag.Status[] |
Flag.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Flag.setStatus(Flag.Status status) |
| Constructor and Description |
|---|
Flag(String name,
String setter,
Flag.Status status) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.