Interface RuntimeTaskDefinition

    • Method Detail

      • getRuntimeContext

        @NotNull
        @NotNull Map<String,​String> getRuntimeContext()
        Returns:
        custom runtime data that complement static task configuration
      • doesTaskProduceTestResults

        boolean doesTaskProduceTestResults()
        Returns:
        true iff task is expected to produce test results
      • getRuntimeData

        @NotNull
        @NotNull Map<String,​WhitelistedSerializable> getRuntimeData()
        Returns:
        custom runtime data that complement static task configuration
        Since:
        5.10