public class Candidate extends Object
| Constructor and Description |
|---|
Candidate(org.jboss.pull.shared.connectors.bugzilla.Bug bug,
SortedSet<org.jboss.pull.shared.connectors.bugzilla.Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.pull.shared.connectors.bugzilla.Bug |
getBug() |
SortedSet<org.jboss.pull.shared.connectors.bugzilla.Comment> |
getComments() |
String |
getFlagNamesContaining(String pattern) |
boolean |
isCandidate() |
boolean |
isFiltered() |
void |
setCandidate(boolean isCandidate) |
void |
setFiltered(boolean filtered) |
String |
toString() |
public Candidate(org.jboss.pull.shared.connectors.bugzilla.Bug bug,
SortedSet<org.jboss.pull.shared.connectors.bugzilla.Comment> comments)
public boolean isCandidate()
public void setCandidate(boolean isCandidate)
public boolean isFiltered()
public void setFiltered(boolean filtered)
public org.jboss.pull.shared.connectors.bugzilla.Bug getBug()
public SortedSet<org.jboss.pull.shared.connectors.bugzilla.Comment> getComments()
Copyright © 2015 JBoss by Red Hat. All rights reserved.