public class Candidate extends Object
| Constructor and Description |
|---|
Candidate(org.jboss.set.aphrodite.domain.Issue bug) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRuleToIgnore(String rulePattern) |
org.jboss.set.aphrodite.domain.Issue |
getBug() |
Set<String> |
getChecksToBeIgnored() |
boolean |
isCandidate() |
boolean |
isFiltered() |
void |
setCandidate(boolean isCandidate) |
void |
setFiltered(boolean filtered) |
String |
toString() |
public void addRuleToIgnore(String rulePattern)
public boolean isCandidate()
public void setCandidate(boolean isCandidate)
public boolean isFiltered()
public void setFiltered(boolean filtered)
public org.jboss.set.aphrodite.domain.Issue getBug()
Copyright © 2016 JBoss by Red Hat. All rights reserved.