Interface IFileListBuilder

All Superinterfaces:
IFileListConfigurator<IFileListBuilder>

public interface IFileListBuilder extends IFileListConfigurator<IFileListBuilder>
A builder for a list of workflow files.
Since:
8.2.0
  • Method Details

    • build

      Builds the list of files with the current data. Any modifications to the builder after this call will not affect the returned value.
      Returns:
      The list of workflow files.