Interface ProjectsForRule.Builder

  • Method Details

    • selectionMode

      ProjectsForRule.Builder selectionMode(String selectionMode)

      The selection mode of the rule.

      Parameters:
      selectionMode - The selection mode of the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • selectionMode

      ProjectsForRule.Builder selectionMode(RuleScopeSelectionMode selectionMode)

      The selection mode of the rule.

      Parameters:
      selectionMode - The selection mode of the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • specificProjects

      ProjectsForRule.Builder specificProjects(Collection<String> specificProjects)

      The specific projects in which the rule is created.

      Parameters:
      specificProjects - The specific projects in which the rule is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • specificProjects

      ProjectsForRule.Builder specificProjects(String... specificProjects)

      The specific projects in which the rule is created.

      Parameters:
      specificProjects - The specific projects in which the rule is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.