Class ChangeSetFilter
- java.lang.Object
-
- com.synopsys.integration.jenkins.coverity.ChangeSetFilter
-
public class ChangeSetFilter extends java.lang.Object
-
-
Constructor Summary
Constructors 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChangeSetFilter
createAcceptAllFilter()
boolean
shouldInclude(hudson.scm.ChangeLogSet.AffectedFile affectedFile)
-
-
-
Method Detail
-
createAcceptAllFilter
public static ChangeSetFilter createAcceptAllFilter()
-
shouldInclude
public boolean shouldInclude(hudson.scm.ChangeLogSet.AffectedFile affectedFile)
-
-