Kaholo Plugin for SonarQube This plugin is wrapping SonarQube CLI.
- Token
This method will create a new project.
This method will search users.
Both methods are wrapping SonarQube RestAPI.
- Home URL: the URL to the SonarQube server. For exaple: http://localhost:9000
Required
- Project Name: Name of the project. If name is longer than 500, it is abbreviated.
Required
- Organization: The key of the organization.
Required
- Project Key: Key of the project Maximum length 400.
Required
- Visability: Whether the created project should be visible to everyone, or only specific user/groups.
If no visibility is specified, the default project visibility of the organization will be used.Possible values private and public
Optional
- Home URL: the URL to the SonarQube server. For exaple: http://localhost:9000
Required
- Page number: 1-based page number. Default value 1.
Optional
- Page size(limit): Page size (limit). Must be greater than 0 and less or equal than 500. Default value 50.
Optional
- Search text: Search text. Filter on login, name and email. Minimum length 2.
Optional