public class DefectFilters extends Object
| Constructor and Description |
|---|
DefectFilters(List<String> actions,
List<String> classifications,
List<String> severities,
List<String> components,
List<String> checkers,
String cutOffDate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCutOffDate() |
int |
hashCode() |
boolean |
isActionSelected(String action) |
boolean |
isCheckerSelected(String checker) |
boolean |
isClassificationSelected(String action) |
boolean |
isComponentSelected(String component) |
boolean |
isSeveritySelected(String severity) |
boolean |
matches(MergedDefectDataObj defect) |
public boolean isClassificationSelected(String action)
public boolean isActionSelected(String action)
public boolean isSeveritySelected(String severity)
public boolean isComponentSelected(String component)
public boolean isCheckerSelected(String checker)
public String getCutOffDate()
public boolean matches(MergedDefectDataObj defect)
Copyright © 2004-2013 Hudson. All Rights Reserved.