Interface ExecutionFile


  • public interface ExecutionFile
    Represents a file produced by an execution producer
    • Method Detail

      • getLocalFile

        java.io.File getLocalFile()
      • isShouldBeStored

        default boolean isShouldBeStored()
        Returns:
        true if this file should be stored, false if this file does not need to be stored (optional file)