Class ChangeSetFilter
- java.lang.Object
- 
- com.synopsys.integration.jenkins.coverity.ChangeSetFilter
 
- 
 public class ChangeSetFilter extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ChangeSetFilter(java.lang.String toExclude, java.lang.String toInclude)Provide a comma-separated list of names to exclude and/or a comma-separated list of names to include.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangeSetFiltercreateAcceptAllFilter()booleanshouldInclude(hudson.scm.ChangeLogSet.AffectedFile affectedFile)
 
- 
- 
- 
Method Detail- 
createAcceptAllFilterpublic static ChangeSetFilter createAcceptAllFilter() 
 - 
shouldIncludepublic boolean shouldInclude(hudson.scm.ChangeLogSet.AffectedFile affectedFile) 
 
- 
 
-