Interface DeploymentTaskRequirementSupport

    • Method Detail

      • calculateRequirements

        @NotNull
        @NotNull Set<Requirement> calculateRequirements​(@NotNull
                                                        @NotNull TaskDefinition taskDefinition,
                                                        @NotNull
                                                        @NotNull Environment environment)
        Populates the RequirementSet needed based off of the TaskDefinition
        Parameters:
        taskDefinition - the task definition that would be causing the requirement to be needed.
        environment - the task definition belongs to
        Returns:
        requirements