Searched defs:whitelistConfigs (Results 1 – 3 of 3) sorted by relevance
316 public File cloneConfigWithFilter(String... whitelistConfigs) throws IOException; in cloneConfigWithFilter()328 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... whitelistConfigs) in cloneConfigWithFilter()
765 public File cloneConfigWithFilter(String... whitelistConfigs) throws IOException { in cloneConfigWithFilter()771 public File cloneConfigWithFilter(Set<String> exclusionPatterns, String... whitelistConfigs) in cloneConfigWithFilter()
241 String[] whitelistConfigs = in runTests() local