Interface EnvironmentTaskRequirementsHelper

All Known Implementing Classes:
EnvironmentTaskRequirementsHelperImpl

@Internal public interface EnvironmentTaskRequirementsHelper
  • Method Details

    • getEnvironmentRequirementsSupplier

      @NotNull @NotNull Supplier<Set<Requirement>> getEnvironmentRequirementsSupplier(@NotNull @NotNull Environment environment, @NotNull @NotNull TaskDefinition taskDefinition)
      Calculates requirements for a task definition that is part of a job.