Package io.digdag.spi

Interface TaskReport


  • @Immutable
    public interface TaskReport
    • Method Detail

      • getInputs

        java.util.List<io.digdag.client.config.Config> getInputs()
      • getOutputs

        java.util.List<io.digdag.client.config.Config> getOutputs()
      • builder

        static io.digdag.spi.ImmutableTaskReport.Builder builder()