Package jenkins.plugins.publish_over
Class FileFinder
- All Implemented Interfaces:
FilePath.FileCallable<FileFinderResult>,Serializable,org.jenkinsci.remoting.RoleSensitive
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFileFinder(String includes, String excludes, boolean defaultExcludes, boolean findEmptyDirectories, String patternSeparatorRegex) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class jenkins.MasterToSlaveFileCallable
checkRoles
-
Field Details
-
DEFAULT_PATTERN_SEPARATOR
- See Also:
-
-
Constructor Details
-
FileFinder
-
-
Method Details
-
invoke
public FileFinderResult invoke(File file, hudson.remoting.VirtualChannel virtualChannel) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-