Interface FileService

  • All Known Implementing Classes:
    FileServiceImpl

    public interface FileService
    Defines a service that is used to work with files and dirs
    • Method Detail

      • getMatchingFile

        @NotNull
        @NotNull java.util.List<hudson.FilePath> getMatchingFile​(@NotNull
                                                                 @NotNull hudson.FilePath workingDir,
                                                                 @NotNull
                                                                 @NotNull java.lang.String pattern,
                                                                 Log log)
        Parameters:
        workingDir - The directory from which to start matching files
        pattern - The ant pattern used to match files
        Returns:
        A list of matching files