public class FileFinder extends jenkins.MasterToSlaveFileCallable<FileFinderResult>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PATTERN_SEPARATOR |
Constructor and Description |
---|
FileFinder(String includes,
String excludes,
boolean defaultExcludes,
boolean findEmptyDirectories,
String patternSeparatorRegex) |
Modifier and Type | Method and Description |
---|---|
FileFinderResult |
invoke(File file,
hudson.remoting.VirtualChannel virtualChannel) |
public static final String DEFAULT_PATTERN_SEPARATOR
public FileFinderResult invoke(File file, hudson.remoting.VirtualChannel virtualChannel) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2016–2018. All rights reserved.