Class SetRequest

java.lang.Object
org.sonarqube.ws.client.projecttags.SetRequest

@Generated("sonar-ws-generator") public class SetRequest extends Object
This is part of the internal API. This is a POST request.
Since:
6.4
See Also:
  • Constructor Details

    • SetRequest

      public SetRequest()
  • Method Details

    • setProject

      public SetRequest setProject(String project)
      This is a mandatory parameter. Example value: "my_project"
    • getProject

      public String getProject()
    • setTags

      public SetRequest setTags(List<String> tags)
      This is a mandatory parameter. Example value: "finance, offshore"
    • getTags

      public List<String> getTags()