Interface ImmutableBuildable

    • Method Detail

      • getRequirementSet

        @NotNull
        @NotNull RequirementSet getRequirementSet()
      • getEffectiveRequirementSet

        @NotNull
        @NotNull RequirementSet getEffectiveRequirementSet()
        Return effective value of RequirementSet, that is value that is considered when checking which agents, elastic images and ephemeral templates can build this Buildable.
        Returns:
        the same as getRequirementSet() if ImmutablePlan.hasMaster() is false, getMaster().getRequirementSet() otherwise.