]> source.dussan.org Git - sonarqube.git/commitdiff
Update Generated annotation, to now link to "sonar-ws-generator"
authorDaniel Schwarz <daniel.schwarz@sonarsource.com>
Fri, 24 Nov 2017 08:35:48 +0000 (09:35 +0100)
committerDaniel Schwarz <bartfastiel@users.noreply.github.com>
Wed, 29 Nov 2017 19:24:11 +0000 (20:24 +0100)
253 files changed:
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/analysisreports/AnalysisReportsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/authentication/AuthenticationService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/authentication/LoginRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/batch/BatchService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/batch/FileRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/batch/IssuesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/batch/ProjectRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/ce/ActivityRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/ce/ActivityStatusRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/ce/CancelRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/ce/CeService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/ce/ComponentRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/ce/SubmitRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/ce/TaskRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/components/AppRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/components/ComponentsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/components/SearchProjectsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/components/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/components/ShowRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/components/SuggestionsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/components/TreeRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/custommeasures/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/custommeasures/CustomMeasuresService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/custommeasures/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/custommeasures/MetricsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/custommeasures/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/custommeasures/UpdateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/duplications/DuplicationsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/duplications/ShowRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/editions/ApplyLicenseRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/editions/EditionsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/editions/PreviewRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/emails/EmailsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/emails/SendRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/favorites/AddRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/favorites/FavoritesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/favorites/RemoveRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/favorites/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/favourites/FavouritesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/AddCommentRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/AssignRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/AuthorsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/BulkChangeRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/ChangelogRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/ComponentTagsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/DeleteCommentRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/DoTransitionRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/EditCommentRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/IssuesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/SetSeverityRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/SetTagsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/SetTypeRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/issues/TagsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/l10n/IndexRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/l10n/L10nService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/languages/LanguagesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/languages/ListRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/measures/ComponentRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/measures/ComponentTreeRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/measures/MeasuresService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/measures/SearchHistoryRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/measures/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/metrics/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/metrics/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/metrics/MetricsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/metrics/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/metrics/UpdateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/navigation/ComponentRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/navigation/NavigationService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/navigation/OrganizationRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/notifications/AddRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/notifications/ListRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/notifications/NotificationsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/notifications/RemoveRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/orchestrator/OrchestratorService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/AddMemberRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/OrganizationsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/RemoveMemberRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/SearchMembersRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/UpdateProjectVisibilityRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/organizations/UpdateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/AddGroupRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/AddGroupToTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/AddProjectCreatorToTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/AddUserRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/AddUserToTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/ApplyTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/BulkApplyTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/CreateTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/DeleteTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/GroupsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/PermissionsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/RemoveGroupFromTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/RemoveGroupRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/RemoveProjectCreatorFromTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/RemoveUserFromTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/RemoveUserRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/SearchGlobalPermissionsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/SearchProjectPermissionsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/SearchTemplatesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/SetDefaultTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/TemplateGroupsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/TemplateUsersRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/UpdateTemplateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/permissions/UsersRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/plugins/InstallRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/plugins/InstalledRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/plugins/PluginsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/plugins/UninstallRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/plugins/UpdateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/profiles/ProfilesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectanalyses/CreateEventRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectanalyses/DeleteEventRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectanalyses/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectanalyses/ProjectAnalysesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectanalyses/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectanalyses/UpdateEventRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectbranches/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectbranches/ListRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectbranches/ProjectBranchesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectbranches/RenameRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectlinks/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectlinks/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectlinks/ProjectLinksService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projectlinks/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/BulkDeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/BulkUpdateKeyRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/GhostsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/IndexRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/ProjectsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/ProvisionedRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/SearchMyProjectsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/UpdateKeyRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projects/UpdateVisibilityRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projecttags/ProjectTagsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projecttags/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/projecttags/SetRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/properties/IndexRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/properties/PropertiesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/CopyRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/CreateConditionRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/DeleteConditionRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/DeselectRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/DestroyRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/GetByProjectRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/ProjectStatusRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/QualitygatesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/RenameRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/SelectRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/SetAsDefaultRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/ShowRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/UnsetDefaultRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualitygates/UpdateConditionRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/ActivateRuleRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/ActivateRulesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/AddGroupRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/AddProjectRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/AddUserRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/BackupRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/ChangeParentRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/ChangelogRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/CompareRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/CopyRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/DeactivateRuleRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/DeactivateRulesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/ExportRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/InheritanceRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/ProjectsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/QualityprofilesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/RemoveGroupRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/RemoveProjectRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/RemoveUserRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/RenameRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/RestoreRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/SearchGroupsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/SearchUsersRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/SetDefaultRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/qualityprofiles/ShowRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/resources/ResourcesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/roots/RootsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/roots/SetRootRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/roots/UnsetRootRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/AppRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/RepositoriesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/RulesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/ShowRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/TagsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/rules/UpdateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/server/ServerService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/settings/EncryptRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/settings/ListDefinitionsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/settings/ResetRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/settings/SetRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/settings/SettingsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/settings/ValuesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/sources/HashRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/sources/IndexRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/sources/LinesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/sources/RawRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/sources/ScmRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/sources/ShowRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/sources/SourcesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/system/ChangeLogLevelRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/system/LogsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/system/SystemService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/tests/CoveredFilesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/tests/ListRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/tests/TestsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/timemachine/TimemachineService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/updatecenter/InstalledPluginsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/updatecenter/UpdatecenterService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/updatecenter/UploadRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usergroups/AddUserRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usergroups/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usergroups/DeleteRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usergroups/RemoveUserRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usergroups/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usergroups/UpdateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usergroups/UserGroupsService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usergroups/UsersRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/userproperties/UserPropertiesService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/users/ChangePasswordRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/users/CreateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/users/DeactivateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/users/GroupsRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/users/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/users/UpdateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/users/UsersService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usertokens/GenerateRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usertokens/RevokeRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usertokens/SearchRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/usertokens/UserTokensService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/webhooks/DeliveriesRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/webhooks/DeliveryRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/webhooks/WebhooksService.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/webservices/ListRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/webservices/ResponseExampleRequest.java
sonar-ws-generated/src/main/java/org/sonarqube/ws/client/webservices/WebservicesService.java

index c60120c1e694f21ed373f19b865c430ad1ad0f87..0816ac310244f169d9da0122c2d4cc16fa33d940 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Get details about Compute Engine tasks.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/analysis_reports">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AnalysisReportsService extends BaseService {
 
   public AnalysisReportsService(WsConnector wsConnector) {
index bf37442155821ee61af7fde33b026c88903e5207..d9d46bb45bd6e1dc1dbdd83b4fedbdfcea037fe4 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Handle authentication.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/authentication">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AuthenticationService extends BaseService {
 
   public AuthenticationService(WsConnector wsConnector) {
index 956216ea3ef0884ebd27a69494192e9cf3114d4b..8b4615048eff66cdb113cfd573974f14389dd32d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/authentication/login">Further information about this action online (including a response example)</a>
  * @since 6.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class LoginRequest {
 
   private String login;
index 86f8551cbaf522663619bbd8fdeb66025d7bdf05..5e370a4fc6d31f8d41730f9d38cedcbfe607c3b0 100644 (file)
@@ -32,7 +32,7 @@ import org.sonarqube.ws.Batch.WsProjectResponse;
  * Get JAR files and referentials for batch
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/batch">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class BatchService extends BaseService {
 
   public BatchService(WsConnector wsConnector) {
index 9e7a04cb3f88700826b3bbc79281a376ad7da83f..e8245e54ceca376df545f408d7feb778024fb73c 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/batch/file">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class FileRequest {
 
   private String name;
index 8b5a5a50e95879fd773277b8ee150927751d9aea..ebe2e8b38ec677d79e7f74cab571f9e87028ae75 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/batch/issues">Further information about this action online (including a response example)</a>
  * @since 5.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class IssuesRequest {
 
   private String branch;
index 8d148f992c4838ad5db707eb594ba9b99d807a52..c73b0d727250c7f97dfac636287d2c0e02e20cdc 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/batch/project">Further information about this action online (including a response example)</a>
  * @since 4.5
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProjectRequest {
 
   private String branch;
index 609d9c44633f5b070fb6e40719561273ca53d80c..f762c3935272c3a0bfe18cacc5e36dc16dd1d236 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/ce/activity">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ActivityRequest {
 
   private String componentId;
index 487aac0cd0335f3472fe543de642fb08917a0d7b..2615cbc291684e60e2a8ad6bf293cc755a257378 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/ce/activity_status">Further information about this action online (including a response example)</a>
  * @since 5.5
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ActivityStatusRequest {
 
   private String componentId;
index fc08cbf5478c9c43b74e16068ec07eb9dcac97dd..318ad76746871d705712a8ad304c9365e2dedd0c 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/ce/cancel">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CancelRequest {
 
   private String id;
index a217627a975b78528dce0f2a22700634f68fe31f..85bb0d8ce1dcd40f0bf1b0f14fbe5ed84687b554 100644 (file)
@@ -38,7 +38,7 @@ import org.sonarqube.ws.Ce.WorkerCountResponse;
  * Get information on Compute Engine tasks.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/ce">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CeService extends BaseService {
 
   public CeService(WsConnector wsConnector) {
index 5da28f28dcc5239465e42a52ba4190b867e13857..a377d5c6d5ae9548b2f73b5f3577e69f55b0d028 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/ce/component">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ComponentRequest {
 
   private String component;
index dccee4d7298721a4e3a6465823dd7e27823d28cf..81134cd9b80f7062cce0c1d372c1d4ddc83a4f14 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/ce/submit">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SubmitRequest {
 
   private String characteristic;
index a3f492c315d453ca36dbc4cc29795361c236a66b..e21b304cdc2830b853b1b01d70c72f8007b235bf 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/ce/task">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class TaskRequest {
 
   private List<String> additionalFields;
index 961d7392f0fe6c9960e80f325ee5af740f71a80b..0596c17309a8a857484da566d1c1a1df10a06aeb 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/components/app">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AppRequest {
 
   private String branch;
index 712b44f7614b1a7234fbb3cffd2e7feeb7a260bd..dfe7178c800cef84054058878f5c4568b178af2a 100644 (file)
@@ -36,7 +36,7 @@ import org.sonarqube.ws.Components.TreeWsResponse;
  * Get information about a component (file, directory, project, ...) and its ancestors or descendants. Update a project or module key.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/components">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ComponentsService extends BaseService {
 
   public ComponentsService(WsConnector wsConnector) {
index 42a387da2435331231e9d6d1f4f17cb31d9e0bb5..32af863b2f8900c01fd8d9193e4c0745519b2c2c 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/components/search_projects">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchProjectsRequest {
 
   private String asc;
index a9da503da347df4ef87e144ba26003ec93f0d5a0..9420c8fc72c9ab3f79f1f15a5d502ca71945563d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/components/search">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String language;
index c07e1b91e6415df4d17d9e03a07ad495d8aee154..96c5f72b640acb34d249813cf6ffa0142f9d8f1e 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/components/show">Further information about this action online (including a response example)</a>
  * @since 5.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ShowRequest {
 
   private String branch;
index ffb87596a8fe96b6036f24721bbb5bcfb528439e..a00335e09c91be871a3ef563f3c8fc2b89e10219 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/components/suggestions">Further information about this action online (including a response example)</a>
  * @since 4.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SuggestionsRequest {
 
   private String more;
index 300dd6bb0cec873299081a308ac5541cfea58196..5aaa5f1c4d226ed49b90287843983497a1041f25 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/components/tree">Further information about this action online (including a response example)</a>
  * @since 5.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class TreeRequest {
 
   private String asc;
index b77bd2903abcab9c4ef145c51a3fccc8ee361f8a..75826214276c88ec42512ea52c5a70d2e08d7125 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/custom_measures/create">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String description;
index 0838f1b37c9dfddb17db4be0eabbc8753e30ed7a..335d0a8db17f5ff9f0c4e2370e72feb1e22cf77c 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Manage custom measures for a project. See also api/metrics.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/custom_measures">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CustomMeasuresService extends BaseService {
 
   public CustomMeasuresService(WsConnector wsConnector) {
index 922e4c374e61fed0d6f0a8c23fdec8fd033a9283..bebb844c9c9a585f1a314f63a7930a53d2c6e516 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/custom_measures/delete">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String id;
index 7915309dce5413143109713092ccd020de886c3f..3eff96a65d43336da04e3530b26b3fd45cd2a184 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/custom_measures/metrics">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class MetricsRequest {
 
   private String projectId;
index 55036e60b43cd6aadc096a3a874bfb16f0436982..73bdf19938e7abbb87ac5b09c09b195031a86519 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/custom_measures/search">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private List<String> f;
index 076058b3ddcc0d831cb03667d6501cd0890af65c..bf4d27b75e40a03433fb7ed01e61135511463e8c 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/custom_measures/update">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateRequest {
 
   private String description;
index dcb0fffbd446bad2cdaa8a84e80b5d448ff4e317..7fb3b167cd37d747eba2a730b6c2fc8d6a6a02b3 100644 (file)
@@ -32,7 +32,7 @@ import org.sonarqube.ws.Duplications.ShowResponse;
  * Get duplication information for a project.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/duplications">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DuplicationsService extends BaseService {
 
   public DuplicationsService(WsConnector wsConnector) {
index aa9cde5691f1bf3d611b71c428f527c90a1633cd..94eb4f43b9faa2e69081cd5c7ae732a8f18f629e 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/duplications/show">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ShowRequest {
 
   private String branch;
index ba79abb48e4e87a8e780cc9afa45b3b045e8e8ea..27c1bc29334990e068e12bcb66da5bae55374877 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/editions/apply_license">Further information about this action online (including a response example)</a>
  * @since 6.7
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ApplyLicenseRequest {
 
   private String license;
index 1ee4ae088e2d3b8afa714130710165cced73b945..b9286ca22480f3e9fa0ae26c6c1f32110abe5ee1 100644 (file)
@@ -34,7 +34,7 @@ import org.sonarqube.ws.Editions.StatusResponse;
  * Manage SonarSource commercial editions.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/editions">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class EditionsService extends BaseService {
 
   public EditionsService(WsConnector wsConnector) {
index 00f909c4871bdabe47fc21fb5eb1da6f959eb2e1..72997e1ddb6b9f69c765b986a7f56e775098b1c2 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/editions/preview">Further information about this action online (including a response example)</a>
  * @since 6.7
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class PreviewRequest {
 
   private String license;
index cbf56d8bf353bb8ef619f073954bde1201638da7..eab7efa469372ae8de14af6499f3a865c32dc447 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Manage emails
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/emails">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class EmailsService extends BaseService {
 
   public EmailsService(WsConnector wsConnector) {
index 8880e49aca406c61bcb38b166b24e00d4d58c847..afa2fc3fb863c6faf8516fef3d3582f15fae5954 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/emails/send">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SendRequest {
 
   private String message;
index 5bf113524f41e85ccbee4c6fd2a735c339c0f594..cbe7269330c1bc76b783955625748823c994a51f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/favorites/add">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddRequest {
 
   private String component;
index 2aaf636af4e4fbfa34571d8d16bf9bf68a3c92f9..dda0728b7796344fb3cbd1c10248c64dc498fe62 100644 (file)
@@ -32,7 +32,7 @@ import org.sonarqube.ws.Favorites.SearchResponse;
  * Manage user favorites
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/favorites">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class FavoritesService extends BaseService {
 
   public FavoritesService(WsConnector wsConnector) {
index 2d34462182642148ed9ae7c2441a6c467db1cc37..60d7ccd408454a9e00b39ffbe451b49633d17364 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/favorites/remove">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveRequest {
 
   private String component;
index 77eaab54230e9201f35e9a51b182904c5ace602f..d3620cccc623102153e7f9fe1f517bf8757e3290 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/favorites/search">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String p;
index 67a4b2754dd529b4c1e95865ef270a51e6bdbd20..5c09bfb13bb1519aef952a11fcdcff5d271d8b49 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Removed since 6.3, please use api/favorites instead
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/favourites">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class FavouritesService extends BaseService {
 
   public FavouritesService(WsConnector wsConnector) {
index 4d0d3976c9da6885d52174988af6e6ef1e428af4..ed633c7a6d3b0a0f25408370421161655e574fbf 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/add_comment">Further information about this action online (including a response example)</a>
  * @since 3.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddCommentRequest {
 
   private String issue;
index 1ae5e92928a53e9ea2cf5cc1f7b8269ed881fc63..c5bf4b91fc9f27f08f23ef45083107aece93eb8b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/assign">Further information about this action online (including a response example)</a>
  * @since 3.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AssignRequest {
 
   private String assignee;
index 8dc8cf39078dc7a4674a1acdf370cb60ad2295e2..b6809e5fea9144076291de9dfee14d63ee757e59 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/authors">Further information about this action online (including a response example)</a>
  * @since 5.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AuthorsRequest {
 
   private String ps;
index 3de99852d96aa8c79ea8a5e5c831b0b5f21588df..4ec3a531e85860ec1d45e89e580c7d11de8cb93a 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/bulk_change">Further information about this action online (including a response example)</a>
  * @since 3.7
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class BulkChangeRequest {
 
   private String addTags;
index 530bbb7cce9920d5fa373e01b3dcfda3aa79f297..f318a68161e8e61c917714a2c3ae7fb2dde51871 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/changelog">Further information about this action online (including a response example)</a>
  * @since 4.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ChangelogRequest {
 
   private String issue;
index 64e3616af8b4e22129cf3a31e0e669429e71d220..7fbd413362da56641e4a6afa4e59480a62e56496 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/component_tags">Further information about this action online (including a response example)</a>
  * @since 5.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ComponentTagsRequest {
 
   private String componentUuid;
index a598ccded98450713ea1143d6d1341700bfa550c..0f6a305fcd6d3de40a17fbd4d9327ceb02490e5d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/delete_comment">Further information about this action online (including a response example)</a>
  * @since 3.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteCommentRequest {
 
   private String comment;
index 8b3c0e92711147f9e169f1d022a953fa2fbf8220..16189a5a1c0bd79fbfe34bc856b7111e1ded5a68 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/do_transition">Further information about this action online (including a response example)</a>
  * @since 3.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DoTransitionRequest {
 
   private String issue;
index be7bdea9eadf5c3f7ebdd0def916a95bb7fe8b42..432212adc4a4b96a6e5dbf2e67ae97580d6cd070 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/edit_comment">Further information about this action online (including a response example)</a>
  * @since 3.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class EditCommentRequest {
 
   private String comment;
index a8d72bedc2c51bf3b544b21d67d4ec9d751e5108..08a21c6cc318ca2cee42b785a9a404c782e03dd2 100644 (file)
@@ -34,7 +34,7 @@ import org.sonarqube.ws.Issues.SearchWsResponse;
  * Read and update issues.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class IssuesService extends BaseService {
 
   public IssuesService(WsConnector wsConnector) {
index d7955656b044b7e417811ee2c1423f7181b7f59f..3e173c152a8be02147a6532875fd4dde15b53245 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/search">Further information about this action online (including a response example)</a>
  * @since 3.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private List<String> additionalFields;
index 4553d2def0acc502fb3e57aca8e996f9a3c1acd8..03e4c04862bdcc51ea0161a0a299ccdc9b17b031 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/set_severity">Further information about this action online (including a response example)</a>
  * @since 3.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetSeverityRequest {
 
   private String issue;
index 83b7f428ec9803891e7823e3ccf9659f78debef5..bc8556f1423cf0814e55ac82f5bd07f8f1569848 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/set_tags">Further information about this action online (including a response example)</a>
  * @since 5.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetTagsRequest {
 
   private String issue;
index 3150770ff19408bc5952c6b63a8ad4a83e1d9a00..69424dd24f2e1db152d717ce0b2893befeddd354 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/set_type">Further information about this action online (including a response example)</a>
  * @since 5.5
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetTypeRequest {
 
   private String issue;
index 76e999b289f5e7c9e82f980372c5c2d55c109b5e..365702f5c41aed490766aef951eac0752f0741fb 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/issues/tags">Further information about this action online (including a response example)</a>
  * @since 5.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class TagsRequest {
 
   private String organization;
index c03da91956325560c8809ab991a95fe842467658..d3971e02bd219581a425764353d464b7ab68c1c1 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/l10n/index">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class IndexRequest {
 
   private String locale;
index 175d75761f5370b421d88888aacf7a04a190fc87..9e0fbb3d6957d06ea33229b5f7094173217d1e65 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Manage localization.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/l10n">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class L10nService extends BaseService {
 
   public L10nService(WsConnector wsConnector) {
index 4b137c8c72603600fa74a8bb339854c59e83ca65..a8c293bb5d8c0bc6cf1697865b942f80a5e91e89 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Get the list of programming languages supported in this instance.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/languages">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class LanguagesService extends BaseService {
 
   public LanguagesService(WsConnector wsConnector) {
index 4c490cc303e5e2495c7892889337321e32c0f9b4..533a0c05f5f5edfb95b94b06e4b83dd0f4c02bc3 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/languages/list">Further information about this action online (including a response example)</a>
  * @since 5.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ListRequest {
 
   private String ps;
index 0c008a32cf1a0a51515372ad02222de1a7e0929b..7b08703dc9a1f4d165f6939c0f74debf49ab95f0 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/measures/component">Further information about this action online (including a response example)</a>
  * @since 5.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ComponentRequest {
 
   private List<String> additionalFields;
index 32818d1633f73a904345b51a0a845fefec415bf2..24ddb21cc9e9ba5d2588ae657073c9f22c6d4abf 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/measures/component_tree">Further information about this action online (including a response example)</a>
  * @since 5.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ComponentTreeRequest {
 
   private List<String> additionalFields;
index bae8d11d5ac3ef6dd0f737451beb4c4a0a9175d9..abb4e9ae0b6bf33d7f5608494fbe16ccf45c6b88 100644 (file)
@@ -35,7 +35,7 @@ import org.sonarqube.ws.Measures.SearchHistoryResponse;
  * Get components or children with specified measures.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/measures">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class MeasuresService extends BaseService {
 
   public MeasuresService(WsConnector wsConnector) {
index 5b468e8a95a2c7a5dd31d0d9998f800624986d8d..75968c2913bb8cfd67d09136e6bab2387b69175e 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/measures/search_history">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchHistoryRequest {
 
   private String branch;
index 5d74b2da93f132e5f06e1a20f90a8f8a7bffc2e3..bae1b77e66e146397fe0f7026222f1d391fbbac2 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/measures/search">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String metricKeys;
index bdcb9aee616a15ca83823a03f6939575a8b65a58..53411122e3bc856632ab83df480c003f908c4769 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/metrics/create">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String description;
index 360f8e04ace4dcdddbb46dac284aa9c549fd7ddb..14a7d5971c5fb3a9187741a583a4019e4a84721a 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/metrics/delete">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String ids;
index abbce2500dbf2083838291ae0c72287619953356..edd4ddddcebbe1f3a6e7467409e8bc0f0dc6d30b 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Get information on automatic metrics, and manage custom metrics. See also api/custom_measures.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/metrics">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class MetricsService extends BaseService {
 
   public MetricsService(WsConnector wsConnector) {
index 9ef6d5ab8b6749f1af58f5e9538ba112c681a928..78de3b5affcee4eaa923f508059d9e50d90d96dc 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/metrics/search">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private List<String> f;
index e5326670829a801f61875524164480e994f745cb..291855004068f36841a916970eb3adfe3078a519 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/metrics/update">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateRequest {
 
   private String description;
index 81f4d90acc1cae10bad7475e3287f7c9683512ae..40ef41a6abed93bb594c700ce792d6bd0e147fec 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/navigation/component">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ComponentRequest {
 
   private String branch;
index dab4f8b267a589c574ee13cf017e76255915d449..338b75605c7966f9f8666e3a92ebbb2f22353abb 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Get information required to build navigation UI components
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/navigation">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class NavigationService extends BaseService {
 
   public NavigationService(WsConnector wsConnector) {
index 9479a1057f7c5093dbc5ba79764d2862c0adc55e..d4860ddf39dc2ec2b4cdad54b110712273acdeba 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/navigation/organization">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class OrganizationRequest {
 
   private String organization;
index 559a71387d55fa888696b0d9babda1cbc17340f2..6dbb754e8f2d203efaab3e97b71daa817c094847 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/notifications/add">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddRequest {
 
   private String channel;
index 42106490d09e09a63f077de22849175b5e2de693..445159476d160a5907c205f99bf0aeb0234149da 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/notifications/list">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ListRequest {
 
   private String login;
index 644822320cf79ce4cf4a6f437e3d937e2f0d567f..89c5073db6757986c00093deeae703ba3a36473b 100644 (file)
@@ -32,7 +32,7 @@ import org.sonarqube.ws.Notifications.ListResponse;
  * Manage notifications of the authenticated user
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/notifications">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class NotificationsService extends BaseService {
 
   public NotificationsService(WsConnector wsConnector) {
index 9454a1ab018801200e38cec5064d0b73e0793ae8..c342810295870c1c1435442a735c32abc7c35e06 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/notifications/remove">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveRequest {
 
   private String channel;
index 1b3ab00cf6b2e07ae7cd488965e453d2d4d870be..6e37fcf377234b401600615f173f6d94c2343073 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Orchestrator web service
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/orchestrator">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class OrchestratorService extends BaseService {
 
   public OrchestratorService(WsConnector wsConnector) {
index 9ee8c8d90b01232448ed8a1a43e0c039c6d9e7db..96f1fc76d50c364665a1d1b8849ad3951976b8c7 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations/add_member">Further information about this action online (including a response example)</a>
  * @since 6.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddMemberRequest {
 
   private String login;
index ae527450926c3c633035f2428d851a7b601aed25..8c35900c51bef2c87a2e12d0d31a678d6921294b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations/create">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String avatar;
index 9361c11c150dc0d271b023f496b43a9a8511e84f..34c741f5a1b57d241feb28f424a79e9372f4ed05 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations/delete">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String organization;
index 9e3c8e8fa07654953ac387d2e00b9b945e65ecfb..70afb5c2f2a68553e053a8006c828ade93544173 100644 (file)
@@ -36,7 +36,7 @@ import org.sonarqube.ws.Organizations.UpdateWsResponse;
  * Manage organizations.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class OrganizationsService extends BaseService {
 
   public OrganizationsService(WsConnector wsConnector) {
index f067f94cf0a8236bd8c67255f62b7e0a2b9cf2ba..f07960984e77a54622500da5b6fe999c3db66bb9 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations/remove_member">Further information about this action online (including a response example)</a>
  * @since 6.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveMemberRequest {
 
   private String login;
index 8969f5181a8c492adbe841408214d7ecc1eedcf1..9a449c14b7873e4a61dcc37fe24911220e17a7c7 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations/search_members">Further information about this action online (including a response example)</a>
  * @since 6.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchMembersRequest {
 
   private String organization;
index 085282e7b193bca9a1fc87bf456f015cc11b30e2..3a0f7d0ccaa1d0c1e9eaa07fe9db45c7d4fb9915 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations/search">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String member;
index 7062eca7bb3c08b79cb7b1edffae0b887968a984..3ecd210c150f74b4a3c8407ab09f7c5810f959e7 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations/update_project_visibility">Further information about this action online (including a response example)</a>
  * @since 6.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateProjectVisibilityRequest {
 
   private String organization;
index 9f956aa55505a59e2b3e3b0f571e070d08d24e72..75abdb052ccce17b6d29931527d1ee842b1e4421 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/organizations/update">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateRequest {
 
   private String avatar;
index 7c38e8658b3d2fe98c34119e8cba1176d2ff3fa3..5a571805875c474d7d44e8c57cfa8285bddfc63b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/add_group">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddGroupRequest {
 
   private String groupId;
index 900d2d187e410400186e0c00627b0d465a5a4f77..8b2a9498fc1fa45a2b06665289e78cbb4fc27831 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/add_group_to_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddGroupToTemplateRequest {
 
   private String groupId;
index 5bb444614546be102fff55b3cfa4e6aceda22b9a..239d22ef57c5f795c661e37862a835f93b0a9aaf 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/add_project_creator_to_template">Further information about this action online (including a response example)</a>
  * @since 6.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddProjectCreatorToTemplateRequest {
 
   private String organization;
index 231e96d6e88e35e1409e579724ca8e9e9abcd413..85e4988c13a35d267c85d412b50efd4d75660623 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/add_user">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddUserRequest {
 
   private String login;
index 9f458d59c86241fc35a95339ba9776a442759605..09d2f25b4bee005487ca7da1dc0e72c266255a8c 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/add_user_to_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddUserToTemplateRequest {
 
   private String login;
index 2989836dbe637862e0e0a41db71f783f88022fba..05f863395b80eaaaa9b3754297adad78a15c321f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/apply_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ApplyTemplateRequest {
 
   private String organization;
index 6579fcb3ea118c0e72f9d053ba979242a60e5d3d..1cf0304ee2a57703a1fd81136c7f0fbf163a6060 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/bulk_apply_template">Further information about this action online (including a response example)</a>
  * @since 5.5
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class BulkApplyTemplateRequest {
 
   private String analyzedBefore;
index 09c714c89658e00f3c6f8260412041ef9635426a..5da8b3306e6c1439a5fc10b2bc54315c32547ece 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/create_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateTemplateRequest {
 
   private String description;
index e50d6160e557417e4f55e5fb2ae57cefb137b872..f08efb89f9e3a2d616e016632f2627eb7fe89ebe 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/delete_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteTemplateRequest {
 
   private String organization;
index 777a6563e7de8b5d51076bdd37a2af97d3c9bd0b..0ec07e03d757b145e907b7eff9aa8a5198007ce4 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/groups">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class GroupsRequest {
 
   private String organization;
index b5dda37088384431299cad9cb03ef4bd6fbfc211..f06f173c0209040b12f5654d4e4cdb5d1c2b87e8 100644 (file)
@@ -39,7 +39,7 @@ import org.sonarqube.ws.Permissions.UsersWsResponse;
  * Manage permission templates, and the granting and revoking of permissions at the global and project levels.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class PermissionsService extends BaseService {
 
   public PermissionsService(WsConnector wsConnector) {
index 69bf713d4e791fa6c325828857042a9016c36811..c49bb6bbd8a7c337c5a4074ebf23a2aca321c5b1 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/remove_group_from_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveGroupFromTemplateRequest {
 
   private String groupId;
index 6bd141b39f0494c444a9210978aaec99781c4105..c3813d5ffbaa9190469e9d8f3e21aae7f2b8077a 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/remove_group">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveGroupRequest {
 
   private String groupId;
index b7670c13d1701ca1a88fd8ccce9c06616788b314..a5f5b465ec270aeece8821ab60efa9081939bd8a 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/remove_project_creator_from_template">Further information about this action online (including a response example)</a>
  * @since 6.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveProjectCreatorFromTemplateRequest {
 
   private String organization;
index 125e3fc56145f8fb31d884f827c9cd4ce77db58a..861c4e43cf9163b0538691e6585bb5e39ec3177a 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/remove_user_from_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveUserFromTemplateRequest {
 
   private String login;
index c96968a363ec3e9c40150fc7c016387f78e3cb5b..11dca144fdbbc4128131a01e302abd3b03afccda 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/remove_user">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveUserRequest {
 
   private String login;
index 984e7eb2be6b5aecdd376232a83ba1982775e215..72b4ccf6f50293c922e95cfe53617ac84ac82662 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/search_global_permissions">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchGlobalPermissionsRequest {
 
   private String organization;
index 8681ac84b8965f843a5bc553fc8c2ceef699e96e..d332b15407a9254fb794c412fba86fc241d0e2c6 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/search_project_permissions">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchProjectPermissionsRequest {
 
   private String p;
index ddfaa9a05a6f5a807b0621075df33d0968b65f00..758ffd153fcbf0edd06316c1a42fb826f43ade28 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/search_templates">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchTemplatesRequest {
 
   private String organization;
index bfe26955b8746cde878ca7b162665b78a40fd417..a52f69102f92660270af21718c7a2a037caf9edf 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/set_default_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetDefaultTemplateRequest {
 
   private String organization;
index 3f25827aa6c00776a4ec66b61ccd1d9744aa0a42..2ce20ece56475287145b0f8887f3b589ba96eec7 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/template_groups">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class TemplateGroupsRequest {
 
   private String organization;
index 78072d29d4c26b7f5aab2fc4312661b1daf02cc5..479d7ba2e9c71af8e577d52bddc11e9a989b410f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/template_users">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class TemplateUsersRequest {
 
   private String organization;
index 2b1d93a7409167d9cabcce0a1ad999f552373ed8..0456a67a3dc73da54ed67b8f4c73ffc006c704ca 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/update_template">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateTemplateRequest {
 
   private String description;
index c5a9dae5f81807e89482dccc9ce0ba0b8c3b3230..f0c256eaf67e4e808ada760e80544ab22e71cea1 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/permissions/users">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UsersRequest {
 
   private String organization;
index 1d3a5791e01a217f7203196343e8f1ad97482657..b7d3ae986d95541aa08acab2bd5a2b4c22f89626 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/plugins/install">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class InstallRequest {
 
   private String key;
index 07ae1d5ea27a5787e37a346765815f88615a82ae..0e488b7912a1481008c5d03e4cdc7997869c725e 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/plugins/installed">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class InstalledRequest {
 
   private List<String> f;
index 0a9dbe0716e80fed25e458750cf8eeb0335b9ec0..f69d312f2dd502fd357fa3dd5ebaad26b7b61286 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Manage the plugins on the server, including installing, uninstalling, and upgrading.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/plugins">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class PluginsService extends BaseService {
 
   public PluginsService(WsConnector wsConnector) {
index dc6e0f58e7265522f8d0f517815cef87be157139..42d8713878105d16e29f008c578e630347312338 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/plugins/uninstall">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UninstallRequest {
 
   private String key;
index e2a91d17352afac8d0ffaad95c214be000dd0843..b0c5318cdd612dc8f39dce2dd2184ecab705a4ac 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/plugins/update">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateRequest {
 
   private String key;
index e533a5027703716670cb1324c5f0cd6700f6fcce..9fba324adc2e1d9ff24921973f8d92cff1f7ac2e 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Removed since 6.3, please use api/qualityprofiles instead
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/profiles">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProfilesService extends BaseService {
 
   public ProfilesService(WsConnector wsConnector) {
index 1cd2ab10fdc2bfeb7963ccbfb36c4c3d5b568734..501a401191b676cc46ea48a760876966cec2044f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_analyses/create_event">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateEventRequest {
 
   private String analysis;
index eafd06f4f3893a9c738a221ef5fb2f328564d180..b49ba55c051da2adf17b22384ea5a4cd8d4defe3 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_analyses/delete_event">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteEventRequest {
 
   private String event;
index 1691f6af1a30a745116a980b72be492ad29cac03..0254548b82a4c161fdcf2bb712f7c625676662bd 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_analyses/delete">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String analysis;
index 40b8084aa51e98133a6a45bf525c1943231d67bd..6ebb5c7d053e1049790633023096de34ae91d5d8 100644 (file)
@@ -34,7 +34,7 @@ import org.sonarqube.ws.ProjectAnalyses.UpdateEventResponse;
  * Manage project analyses.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_analyses">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProjectAnalysesService extends BaseService {
 
   public ProjectAnalysesService(WsConnector wsConnector) {
index 3e2c6107a3d92eeca85523a610250817deb0a020..fd1205a2ac2085b7c86091ef95e8cd181d5b9080 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_analyses/search">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String branch;
index a2de46e2c8e72e578faa86b5f5095b32a10adc41..cbc2b5dffd3f547a05c11a0ab8639db40ad76361 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_analyses/update_event">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateEventRequest {
 
   private String event;
index 5ad926e589bb65360f432474b375a2f0194b7cca..a90b6c306778a6d02a8549a3a2d538317fdeaee0 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_branches/delete">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String branch;
index fe0e8d6eb55922cdbbb2acf35167fc8434ba4dc0..4487da759b3738d0663745ff6b9363a0fcb0706f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_branches/list">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ListRequest {
 
   private String project;
index 88574ee92be29e7b8e6100326c345fc5da99aa00..501e8b1af5860096c177a891d3be47a8fe0dee1d 100644 (file)
@@ -32,7 +32,7 @@ import org.sonarqube.ws.ProjectBranches.ListWsResponse;
  * Manage branch (only available when the Branch plugin is installed)
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_branches">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProjectBranchesService extends BaseService {
 
   public ProjectBranchesService(WsConnector wsConnector) {
index 8e46ea6a5a84c09b15e3b0922b3ee5a48f48b37d..012e78e204604779d7994fed8a3742b2a209307b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_branches/rename">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RenameRequest {
 
   private String name;
index 3bc7227dc6273084c82cc260713844c191b33185..979fbdd63f41916d5f5caa45dc80a47f6ca8826c 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_links/create">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String name;
index c2f57ce0e14f8d205a8ddd037335899230aa8961..8a343f3ff1cbcb657c1dfd0a7cf83415d7d07e4e 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_links/delete">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String id;
index c452f739ceafc4bc32e12b5795152039fbd4aea2..b0ca2125147344394d40cb49d315a103f094c5cc 100644 (file)
@@ -33,7 +33,7 @@ import org.sonarqube.ws.ProjectLinks.SearchWsResponse;
  * Manage projects links.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_links">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProjectLinksService extends BaseService {
 
   public ProjectLinksService(WsConnector wsConnector) {
index 03a06ff7ee89d1e21e77c2133f0b56202ede1843..8d52fa5fe3b7153bc93b34d4defeb8e257c110b4 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_links/search">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String projectId;
index 1bcfada7bdf581e6674601af77e2b1434f7adf03..cdd0d7e73a2851cd1ffa056b1c1e6c3c6e6b5066 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/bulk_delete">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class BulkDeleteRequest {
 
   private String analyzedBefore;
index 29cc0fc67ed418311777e694555980dc9aad366e..9883768314a0c07537b8cf41fe5de3e4ab4cb725 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/bulk_update_key">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class BulkUpdateKeyRequest {
 
   private String dryRun;
index c5b802f645b6dd581d9b2553ac5fc43384535d90..e7f0713ca0591d3ddc81e3eacb179c1a03f4c33f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/create">Further information about this action online (including a response example)</a>
  * @since 4.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String branch;
index 8db800423d5debdeb3c1018ca3799359967426a2..92c3cb7184cf51fbb4257b33ebb83333dd1513da 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/delete">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String project;
index cd8bd1b8352a850eaf96a8a5e6fbd90f1760f86a..44c54ea6c104cdea364a10730b43a4ea56420eba 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/ghosts">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class GhostsRequest {
 
   private List<String> f;
index 1c6f694d62115eeb9017bb57f610a5356287a149..2fee00be462818bb413d752088d54547fea9ad55 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/index">Further information about this action online (including a response example)</a>
  * @since 2.10
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class IndexRequest {
 
   private String desc;
index b5b1a5a755c18bebd87f5814c284f062265f9842..5eb044237142133b57a8f4bee4097576519c7faf 100644 (file)
@@ -35,7 +35,7 @@ import org.sonarqube.ws.Projects.SearchMyProjectsWsResponse;
  * Manage project existence.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProjectsService extends BaseService {
 
   public ProjectsService(WsConnector wsConnector) {
index e382c2151f0ccd0613fafd416c3e5117f2504cc8..39c2d8a254a1375480c92220179e0e4b4a980aa6 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/provisioned">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProvisionedRequest {
 
   private List<String> f;
index 345becd817af065cfca55dae802985d5c41ac494..3714d54f6cdc6756731f25a266e13e0e82ab4827 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/search_my_projects">Further information about this action online (including a response example)</a>
  * @since 6.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchMyProjectsRequest {
 
   private String p;
index b40a5add9b04e881205cea3df99f9b26429bd076..9aee0c0c236b52fcee016ba5340a188aad3aaa5f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/search">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String analyzedBefore;
index afd408e2ad60cf5d0674914bcf4c04a40322a316..a6b739cb76656b07e6ea5bc222aa32db2f9887c7 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/update_key">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateKeyRequest {
 
   private String from;
index 91a3bd4affee1c383019182109e1a639c12d8517..fa0cb93ddb9cc77f28239335a3c095541df8ccf0 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/projects/update_visibility">Further information about this action online (including a response example)</a>
  * @since 6.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateVisibilityRequest {
 
   private String project;
index f529921c50fd593ea84cac6be1c49c64372172e2..006352b64282cde2f80c9d353b329e88f7d545fe 100644 (file)
@@ -32,7 +32,7 @@ import org.sonarqube.ws.ProjectTags.SearchResponse;
  * Manage project tags
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_tags">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProjectTagsService extends BaseService {
 
   public ProjectTagsService(WsConnector wsConnector) {
index 77739b85c7c55c0822f5426f40e248a9a3bbd928..6d86d2c9166f2db61fb305f5fbd601a82560814e 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_tags/search">Further information about this action online (including a response example)</a>
  * @since 6.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String ps;
index ddb582ab5d9356f746d560b4921cb8b3a4170e2d..75cc51d6acd7c2159dbd0ace295bb2862c8de70c 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/project_tags/set">Further information about this action online (including a response example)</a>
  * @since 6.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetRequest {
 
   private String project;
index 632277b9c93841625f403a92c3e3f758801ffc4f..11772a2953b7b2a526cb50043a410c2e0568afb1 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/properties/index">Further information about this action online (including a response example)</a>
  * @since 2.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class IndexRequest {
 
   private String format;
index d815029c79b438592076f62a306f125cc8be8838..e843c2a5f11cb495a338dad5682086a991093b63 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * This web service is deprecated, please use api/settings instead.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/properties">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class PropertiesService extends BaseService {
 
   public PropertiesService(WsConnector wsConnector) {
index 64df4734db72a237d86e5ada6b515cf89f558040..cffdb98faf54edc8a51d224fba79983499b069f2 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/copy">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CopyRequest {
 
   private String id;
index c91aa6b37136a899bdb80cbd98dbe47094d86257..66cdd5862eb233aa71e56a100fc994e45a9c8961 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/create_condition">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateConditionRequest {
 
   private String error;
index 72bbe43e6799c07a37787ec9f14cd62229d5abcc..55879042650dadcc6a8cef3c9766f04a92dfac2b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/create">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String name;
index cfff0bd19dab8f2b58b28db766579cf55c6e054f..366fc369ff4f7da0ceb1582e3060df3893ece650 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/delete_condition">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteConditionRequest {
 
   private String id;
index ee4cb906a623c9d188055190e6a56adb965eae19..e1f11ca5f6fe7cffe69a263e2479085af71e92ad 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/deselect">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeselectRequest {
 
   private String projectId;
index 3550938bbe5cd6d2212673a01887155d14e85a20..e37d6ad64a1655b38b7aed46c152016a63c4e4d9 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/destroy">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DestroyRequest {
 
   private String id;
index bdcfa5c0e19dc321fbe9de4a4bcc0d3f891f9d55..6790a0558626c1404522e2e3868e8700557d826b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/get_by_project">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class GetByProjectRequest {
 
   private String project;
index 1b1bcdd2473abb8d45d31a6322880aa414d40a49..9e9ca44dea51a867e2fcb9c8fd9182b5084943e8 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/project_status">Further information about this action online (including a response example)</a>
  * @since 5.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProjectStatusRequest {
 
   private String analysisId;
index 760cee9eac084ce514665ad85294aad53ce4799a..87627760a1bc2db4eb3af339475a43eea43af4e8 100644 (file)
@@ -37,7 +37,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Manage quality gates, including conditions and project association.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class QualitygatesService extends BaseService {
 
   public QualitygatesService(WsConnector wsConnector) {
index 8d34ecac97ed321656403298e8358d8a2bbfc762..fb5964593fc28d3fbb1141b330ea5847e24e4751 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/rename">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RenameRequest {
 
   private String id;
index 0a89b6b64d79c0ee6f498b6cc6aa6be7539a31ab..22a816aa6bbbb2fe684ad8e6d625c083ae10e61a 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/search">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String gateId;
index be1fb81f1081fb3f8490774da773d80c4fce9952..d47c463743cbbc118b9e0e98ca525bd43544d23e 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/select">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SelectRequest {
 
   private String gateId;
index b71bfba7e40d424fa36675816159f6390296f855..b16ef15a8b47037ba53f1cacb78179b9355e6832 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/set_as_default">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetAsDefaultRequest {
 
   private String id;
index c14c39f0e694a8fbc145780cefa068cf0c3f665a..c8bda1176df86dd1e78a7ebaa4e44cedebf6d22d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/show">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ShowRequest {
 
   private String id;
index ab0e72e48a9a4056b7766e17a8a42d7b7ddd92d0..97531de44456e25f9700592aee133a523cf08398 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/unset_default">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UnsetDefaultRequest {
 
   private String id;
index 96b49d8d3d139fe08e1361371035281a616d14ab..8be34ddbd4d0ac578a0e056731c1cb8231afe63f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualitygates/update_condition">Further information about this action online (including a response example)</a>
  * @since 4.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateConditionRequest {
 
   private String error;
index d4e48fa29f570ab9641cd90f29390fd9ccad1f65..51aec49f21de278f9feae8bb2c8f12c1fb24dbc0 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/activate_rule">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ActivateRuleRequest {
 
   private String key;
index 3dfd8295a320cef8490c923bd919b26f0f55b91d..32f6e1ad881b24a77f601d178c1c46fd9a9faf84 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/activate_rules">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ActivateRulesRequest {
 
   private String activation;
index 6418e4d9fc7c2cd225beca88b64c4ca729d25720..ddf7c63acb31df43974cbf5295a2901ab417bd05 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/add_group">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddGroupRequest {
 
   private String group;
index 17641c0d02713e3bce95b9e99fc9213d85b8ad2f..f1d4d1fc4c6f1fc8bcf8a44f4b836f444ec7303e 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/add_project">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddProjectRequest {
 
   private String key;
index 4d8e684d5f1acb3ed32529195432462046364ceb..640ea2e60a49e5ac1a223f34cb7fb9290dadde32 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/add_user">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddUserRequest {
 
   private String language;
index d6cadd47bac468c21ee7f07baaf25b06e0d648b9..4ef5160ffcb64773ebd2ff89aa56a8c8053838fa 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/backup">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class BackupRequest {
 
   private String key;
index 6d1385b354d622226789f6c5d68fbf36b342aa4a..2c1d577e259e7f80eea2b8ffc7564aa0da49e17d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/change_parent">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ChangeParentRequest {
 
   private String key;
index 2f4ab9ad2572c7c25b8045d893a3ae9467f1b263..88a535425569522ceb8f3921398066d05eee5695 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/changelog">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ChangelogRequest {
 
   private String key;
index 267fc4dd3066f392edec25a1bb32eb25658a486a..968f3090137b1c8023f1954b5afc8ed8df026800 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/compare">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CompareRequest {
 
   private String leftKey;
index e960b0f774da74fbf0611e622fc9137d6b6c283b..8624c47541c7d07ac19e921fa8487e0285257dda 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/copy">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CopyRequest {
 
   private String fromKey;
index 4e503bf14cff35d6b29337a82e823aa619f6bbf6..531c82dfab2980bde287920408939f7b69c4b44b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/create">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String language;
index 48ab5ef22b77ab2f09a66fb1e81e5d7abdfa897a..17285b3c9b216b06006eaab9872d4844ab13415d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/deactivate_rule">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeactivateRuleRequest {
 
   private String key;
index df5d0d902772f6a599b8e86a905b8fcc29c7ed56..93b63ba09a82635177dadb49b7f760f430d72f60 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/deactivate_rules">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeactivateRulesRequest {
 
   private String activation;
index b387c1cca60304197a3b3f1e86d3430508d74dec..6998e4c6bb22a33a1c8722b12782a4c42bba92f8 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/delete">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String key;
index 6402b04da5f83fece841e919669e7157f00db7be..683bb94412904067c04451d95b25ccd40ee77d2b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/export">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ExportRequest {
 
   private String key;
index 511611014179dc807bad748194a3688ae99c36bc..ebc74bdaf17c1f44b9809541c56210f9ad27bde2 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/inheritance">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class InheritanceRequest {
 
   private String key;
index a1dfac3f3efbc80816ea07c7cf36a65941d1c7de..2b4fc3b3913d7bbcaef8f01f8bf0e2952591e869 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/projects">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ProjectsRequest {
 
   private String key;
index b7a69005a3e888114dd60a2c111af4fa29e2f7a3..9d362c4f07038765951af70c860e858d43593624 100644 (file)
@@ -38,7 +38,7 @@ import org.sonarqube.ws.Qualityprofiles.ShowResponse;
  * Manage quality profiles.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class QualityprofilesService extends BaseService {
 
   public QualityprofilesService(WsConnector wsConnector) {
index 1ce019a02d6c4544f6774e6ffbfb205961848cf5..dd62ee2c8da6fecc348de0877e6986b023d657c4 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/remove_group">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveGroupRequest {
 
   private String group;
index 33e13a8d50400710fa7da325017d0ff365a55758..6fd5aa6d3aba750eb0491c7d8968e246aad7d229 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/remove_project">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveProjectRequest {
 
   private String key;
index 4ac207fb8bbf8cd056740de2d864972c7e97029c..bdcad2f666ffc7f6550dfa203f1ab2450e6c5c2c 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/remove_user">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveUserRequest {
 
   private String language;
index 089a27b83411f1bc1b05af4ec5d43f7f0bc78f0e..d847f28e6ce9924e23f2f83754ccfb0eb07705fe 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/rename">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RenameRequest {
 
   private String key;
index 881af40a8019f06b0b26691dc1d632a5d62c0a72..cab84180b469573911203ddb5ae743e05ada0f50 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/restore">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RestoreRequest {
 
   private String backup;
index ad4be2f9f96e419657425c59054c8240bde59b6b..16523c2726886cea0f5dfa58933f1204cca3c48f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/search_groups">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchGroupsRequest {
 
   private String language;
index 08d26217f668d9bcdd3a63c761dcfa168a393ec9..f8f268421404edf3b69325a31ec611eb82476fb0 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/search">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String defaults;
index ed8748955c516ef59ed3da9de43edc1e5b261f1e..85bdcae749a7bb806fab2afc1fd078b7553c6be3 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/search_users">Further information about this action online (including a response example)</a>
  * @since 6.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchUsersRequest {
 
   private String language;
index 66f1d5773eca77343ccb1c0cba9812e31cd3fc65..dfacc8040254493ae4bae755b60611655d52c1de 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/set_default">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetDefaultRequest {
 
   private String key;
index 68e84c47b281f7cb8e9ab36925aa13b0130fadd6..925b1895e9673d41f740607da6d68c2ba21822f2 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/qualityprofiles/show">Further information about this action online (including a response example)</a>
  * @since 6.5
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ShowRequest {
 
   private String compareToSonarWay;
index 26910166be4fa5ce63aacd0d2660c44211345357..7eaa17f1aa10be3a43748fed41e6101261425b82 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Removed since 6.3, please use api/components and api/measures instead
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/resources">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ResourcesService extends BaseService {
 
   public ResourcesService(WsConnector wsConnector) {
index 506197f170a15a3607154e1c8fbc0ecb85ac44f0..73219239d2cdf4884a373da42a958b0eb799b18c 100644 (file)
@@ -32,7 +32,7 @@ import org.sonarqube.ws.Roots.SearchResponse;
  * Manage root users
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/roots">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RootsService extends BaseService {
 
   public RootsService(WsConnector wsConnector) {
index 1daa9a50ed55febe36a7be27e1022a445698ab07..abae766ef889fed957d4d6bb3d7ad7e4f05a0f44 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/roots/set_root">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetRootRequest {
 
   private String login;
index 861c6a88c214f0e51207746ed2e93f77c2917a50..57f6a2c0089985ec9f21b14618fb7dd6a1ccc1cd 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/roots/unset_root">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UnsetRootRequest {
 
   private String login;
index 7123eb6029c5eed9abf5a3ab5ce7e8e87ce8ce8b..bfb60002560b3024302cc2a572e4b990a69afb0d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules/app">Further information about this action online (including a response example)</a>
  * @since 4.5
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AppRequest {
 
   private String organization;
index 8b8a1236ceafc35f9e407f9888d4ba9c9ca30ba8..57727e730474a904b89526c8eaa79e08f3bd534a 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules/create">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String customKey;
index b40e4d89aa9d10ed53f4613440b9755e5efed941..1823d0202e5ce4b02df0f2c188dcc5c9b46eb882 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules/delete">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String key;
index bcdf91d44cb007525d6cca458c19c3bd5d82f8b9..bd984ee66555b54a6e2083ead1aacd493b5d5993 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules/repositories">Further information about this action online (including a response example)</a>
  * @since 4.5
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RepositoriesRequest {
 
   private String language;
index 128eedfcc5a01e22c8a63d82f795d2f46266e6e4..b1ce42cf0cb9fbb41696ff8f58b0172c259e45e0 100644 (file)
@@ -36,7 +36,7 @@ import org.sonarqube.ws.Rules.UpdateResponse;
  * Get and update some details of automatic rules, and manage custom rules.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RulesService extends BaseService {
 
   public RulesService(WsConnector wsConnector) {
index c732e6fdf5d828d297eef9ed44a758d2d3528d9f..c5e39c9edf443ccecdef3f279022f77037d1521d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules/search">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String activation;
index 253f0578d4e252ea6dc7297eb4df90c76d4c367e..2fdecd3e6fd1cc4332978f0de311712836aae8d7 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules/show">Further information about this action online (including a response example)</a>
  * @since 4.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ShowRequest {
 
   private String actives;
index cc1c6a3e5580932b4016f261e7e8b229ef2881e2..f22cd352b0922187309d61c67e89efbe63517669 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules/tags">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class TagsRequest {
 
   private String organization;
index a692cb22d8531655d536302116135316cd0d801f..1da7042a4b433ee6500df4dfbe722d58293b195f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/rules/update">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateRequest {
 
   private String debtRemediationFnOffset;
index d55ddd814a83783384acfbd69bbaa6f508d85912..79d66460e8ea5d8d219ee65ca71dddb7972e8e0a 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * $webService.description.asString
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/server">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ServerService extends BaseService {
 
   public ServerService(WsConnector wsConnector) {
index b37cc452d6c505335ca5e862ea8087194098bdb9..6777e93df8fdbe42d183f1d5f34ca738a4575571 100644 (file)
@@ -29,7 +29,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/settings/encrypt">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class EncryptRequest {
 
   private String value;
index dc04c794f563fa1ce9dffb6990fea58d0640443d..3b7215008bea37de34e252a8207cf6fa38373822 100644 (file)
@@ -29,7 +29,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/settings/list_definitions">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ListDefinitionsRequest {
 
   private String branch;
index fd0209074615d3d2cddd81d570219e69e1faebe5..24c14703acbfafc50fa4842d5928337d901237a9 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/settings/reset">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ResetRequest {
 
   private String branch;
index 642d4747ab9735bc7c579a96e8a6f73429f894fe..f230b401b0724fb5bb86d438862d1986cd0038fd 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/settings/set">Further information about this action online (including a response example)</a>
  * @since 6.1
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SetRequest {
 
   private String branch;
index 35eaa1429a0a785d237528034c2f0e3551f44841..6be18837145a89e837e5fb56ca9b5e513d9714c1 100644 (file)
@@ -36,7 +36,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Manage settings.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/settings">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SettingsService extends BaseService {
 
   public SettingsService(WsConnector wsConnector) {
index 0a268de833626c1741eba7ed2d83101a64dc3e0c..3ec6fa952a50c7a878b71159fcba9d3e2f96b013 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/settings/values">Further information about this action online (including a response example)</a>
  * @since 6.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ValuesRequest {
 
   private String branch;
index d73a89558f0dafed5d303e3ff70628c8de048b5b..fdeac3e4bd64d4a06f4cf40ea9110640c6190d19 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/sources/hash">Further information about this action online (including a response example)</a>
  * @since 5.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class HashRequest {
 
   private String key;
index 2646a54f93566611fba926786d6eff9c48cc03df..bc2b57b9953a1cfe2e4696c3ab7c33fcfab78b4b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/sources/index">Further information about this action online (including a response example)</a>
  * @since 5.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class IndexRequest {
 
   private String from;
index f2c9000592b2f91d1dac37d7ee7183f04c634df9..05f5a104d01c13280312ca39fa52ad57fa115348 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/sources/lines">Further information about this action online (including a response example)</a>
  * @since 5.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class LinesRequest {
 
   private String branch;
index 825bcc276357d3722b61a06c6072c1fe75d5643e..5936af2e3dccc032c1c32ffcfc1c4bc10f2ee8da 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/sources/raw">Further information about this action online (including a response example)</a>
  * @since 5.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RawRequest {
 
   private String branch;
index 587bc13bb08506808a22ef7ef6faf5cc55cac5a4..611c76f850700b0bd34a962dff6eb1709826f02d 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/sources/scm">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ScmRequest {
 
   private String commitsByLine;
index 8d8b53303ddf130b00621c90225284837e4d5b61..1b93c57f9f2c36e1cbe1aeac2281f8f788c0f80a 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/sources/show">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ShowRequest {
 
   private String from;
index 3dcaadc0ed6e04c10abfa33b72d19eb753105d69..d3326bdd7dc6c1b75de005b1e7fc8ac6da13ff82 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Get details on source files. See also api/tests.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/sources">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SourcesService extends BaseService {
 
   public SourcesService(WsConnector wsConnector) {
index 9d0d4d23ee08c3b9b026e0298c7f5497a5c7fc50..b6d0118940a1eb2bde2383d8b7bc71c367580c51 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/system/change_log_level">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ChangeLogLevelRequest {
 
   private String level;
index fb82bd56dda845a90fca0e294f1d65bfe163f8f8..72f0fd4e12625bd0a22d65ecd26b07609710412f 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/system/logs">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class LogsRequest {
 
   private String process;
index b4b3afa257b10927c6c68d73d7bdd1146fd9ffb0..1bba3d1efa0abadaeb83528b1fa54daf0dcab904 100644 (file)
@@ -33,7 +33,7 @@ import org.sonarqube.ws.System.StatusResponse;
  * Get system details, and perform some management actions, such as restarting, and initiating a database migration (as part of a system upgrade).
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/system">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SystemService extends BaseService {
 
   public SystemService(WsConnector wsConnector) {
index dc1004f517a0d42d91beea2f22f99c4f30adbef0..382bbeb361020e4f0ac8463c4793f788195c2d84 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/tests/covered_files">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CoveredFilesRequest {
 
   private String p;
index e1b7d25a7e383e59c05856172923cbacc2e61cec..f8cc7a936483b37dfd4a1f267b7717fa5f68a355 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/tests/list">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ListRequest {
 
   private String branch;
index 07df045672798c3079e5a8a2c9e0e314f079ffaa..5b84f8b4f4d8310582884ccb556418fe253ebbd3 100644 (file)
@@ -33,7 +33,7 @@ import org.sonarqube.ws.Tests.ListResponse;
  * Get details on test files. See also api/sources. Deprecated since 5.6.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/tests">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class TestsService extends BaseService {
 
   public TestsService(WsConnector wsConnector) {
index 536a1d7239c98e4fb632cb152a353685f77fe1d2..28f2dcae33b15d597245c9d196967f03667e92de 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Removed since 6.3, please use api/measures/search_history instead
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/timemachine">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class TimemachineService extends BaseService {
 
   public TimemachineService(WsConnector wsConnector) {
index fe33014fca00955b39662e765ef2f2a383303fc5..ba34861b4876d18f95a4e825517cbb95c52e056b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/updatecenter/installed_plugins">Further information about this action online (including a response example)</a>
  * @since 2.10
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class InstalledPluginsRequest {
 
   private String format;
index 7a6d180a64cd9b3ed078c498e8c58284c512353c..50b32cc60ea38fae758a46011fa4c3c555804cd9 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Get list of installed plugins
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/updatecenter">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdatecenterService extends BaseService {
 
   public UpdatecenterService(WsConnector wsConnector) {
index 56a80b9fabb88fd999f9a80453812d01df6bda71..04745919ce65a3c03bfa9abcd52bf395afa70654 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/updatecenter/upload">Further information about this action online (including a response example)</a>
  * @since 6.0
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UploadRequest {
 
   private String file;
index e5e61be545eea8bb2208726e95eaceeb12cc1a52..5dd1c64bc59fe91a7cfe45c5b2692912abb71f32 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_groups/add_user">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class AddUserRequest {
 
   private String id;
index 016304881ae1221a14233727d6e30cff8d17e6fa..ca87f0647a16f61fb1c95b9fa90e61d3768a4dce 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_groups/create">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String description;
index c94631f6e8b85dcb324125dfc271a10639aa5fc1..98baadb2e3edc8921b6ae862c15aba4e7ef8aad4 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_groups/delete">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeleteRequest {
 
   private String id;
index 46060ea8f3383b7828c80801c9cf13d4ce085afc..a5e224c38f4ce2f50de142d0c37007a715796996 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_groups/remove_user">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RemoveUserRequest {
 
   private String id;
index 85cafc45a3d3e3e33c2ac283f606f30f90b9c7a5..92844e21d1b7517ad6af642e0e050eccd60602ed 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_groups/search">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private List<String> f;
index c9447fe970c912ad2da3f8eabf1481f8257d217f..8e7555e0cc97e944d01044126975c8bb70290712 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_groups/update">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateRequest {
 
   private String description;
index e7abd46433ae551e1c2d830539124b8e13a99fad..2401737e0f18c8d9fa68b1435cf9d6ddea3ebcdb 100644 (file)
@@ -34,7 +34,7 @@ import org.sonarqube.ws.UserGroups.UpdateWsResponse;
  * Manage user groups.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_groups">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UserGroupsService extends BaseService {
 
   public UserGroupsService(WsConnector wsConnector) {
index 7edc7c4f3800a1a15154e613456079d1a423547f..e7823dfc62bc2efb9d6275c459a965924e9b2158 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_groups/users">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UsersRequest {
 
   private String id;
index a7f168070685319fec0bfac63b737ac0c14501dc..e8685b5b00c1aca862b09e2ee9c7cf4b13d9c5b1 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Removed since 6.3, please use api/favorites and api/notifications instead
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_properties">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UserPropertiesService extends BaseService {
 
   public UserPropertiesService(WsConnector wsConnector) {
index c3c0d8b073fb870c9ca8295c27cdb7d0e5ee85b0..a9cad611d414efcfc6e08302eb5d75a3ea818f6b 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/users/change_password">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ChangePasswordRequest {
 
   private String login;
index 8c393179ab200e5ccdcd37322a4a506070460080..a658ab3d494f268e61743ac1485d1c21bcbb7718 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/users/create">Further information about this action online (including a response example)</a>
  * @since 3.7
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class CreateRequest {
 
   private String email;
index db782e720e628203b193d61181069b8832b09ea8..8aa780b95ab0c79803db1956c6a8e5847cf2f9cb 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/users/deactivate">Further information about this action online (including a response example)</a>
  * @since 3.7
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeactivateRequest {
 
   private String login;
index 96d4a852b5c1f210012383883b70a0424592c2f8..71efba447515d8c2d447207980dbd31ba38c05a7 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/users/groups">Further information about this action online (including a response example)</a>
  * @since 5.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class GroupsRequest {
 
   private String login;
index da2ba945342303e81eb2dd5b08543afc4ab8df59..f7095f9c962592a07a53707ab028e189b20c33d6 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/users/search">Further information about this action online (including a response example)</a>
  * @since 3.6
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private List<String> f;
index c794135d2a0c3b2b276fe6325668a811765513ce..a9ff5bcaf102130578f965a665035e390db439bb 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/users/update">Further information about this action online (including a response example)</a>
  * @since 3.7
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UpdateRequest {
 
   private String email;
index fab6eb53103982de858e07d945e77ce367f53305..5170936a7e1a795b8b1fd94925b0cdd1f54ebc8c 100644 (file)
@@ -36,7 +36,7 @@ import org.sonarqube.ws.Users.SearchWsResponse;
  * Manage users.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/users">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UsersService extends BaseService {
 
   public UsersService(WsConnector wsConnector) {
index df6c290208f6efe2ab092cbada7e3a3c8b9441da..4e3f83e994f0391264ae51618fefac39dabd04d0 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_tokens/generate">Further information about this action online (including a response example)</a>
  * @since 5.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class GenerateRequest {
 
   private String login;
index 13e482f11d74a48b0f8a949480ac86fad2133614..23ff90c9b1d16f82d05440c5a4626d21150a3558 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_tokens/revoke">Further information about this action online (including a response example)</a>
  * @since 5.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class RevokeRequest {
 
   private String login;
index b8116f7da7cf0944a68ea449ab327f8fd2e02c64..d282b0616eb1e69b476e40235d6383eb75c98456 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_tokens/search">Further information about this action online (including a response example)</a>
  * @since 5.3
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class SearchRequest {
 
   private String login;
index bb8890ccb49f226ff36f8b3d1d240bf9b7ed3b59..34d98b289be20d77a7b06edaf7677569615f51aa 100644 (file)
@@ -33,7 +33,7 @@ import org.sonarqube.ws.UserTokens.SearchWsResponse;
  * List, create, and delete a user's access tokens.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/user_tokens">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class UserTokensService extends BaseService {
 
   public UserTokensService(WsConnector wsConnector) {
index 9179bbdd11ee382f0ea5ef57659fef3a95314aa7..c84d4c14c5feda9ee13df92bbd367980ede3c796 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/webhooks/deliveries">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeliveriesRequest {
 
   private String ceTaskId;
index 85d247e8540ae6ca099c31ec9b7d52f97c612621..dc04e875d6fbc6bd83534c06639f501d62fb95d3 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/webhooks/delivery">Further information about this action online (including a response example)</a>
  * @since 6.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class DeliveryRequest {
 
   private String deliveryId;
index 7bea28f970272c863a4e773954a66920521fc6ed..9c2c738727c06a77c98f77a3acd179666d1c9a0c 100644 (file)
@@ -33,7 +33,7 @@ import org.sonarqube.ws.Webhooks.DeliveryWsResponse;
  * Webhooks allow to notify external services when a project analysis is done
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/webhooks">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class WebhooksService extends BaseService {
 
   public WebhooksService(WsConnector wsConnector) {
index 5e8b30b252ccd9b79e9a6f2e32b21f53927404b5..3fb88669e746625cd8d23cffe02e220b219926b6 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/webservices/list">Further information about this action online (including a response example)</a>
  * @since 4.2
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ListRequest {
 
   private String includeInternals;
index c5ea6d3320f0a76c61e0d533a13d82237523cf84..3630661ed92abe164cf14447229a2f710bbae0d0 100644 (file)
@@ -30,7 +30,7 @@ import javax.annotation.Generated;
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/webservices/response_example">Further information about this action online (including a response example)</a>
  * @since 4.4
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class ResponseExampleRequest {
 
   private String action;
index 0a23dc3fd84c906e5c293a802214dbfb3433d17e..bed5b752af8818f272476baad947d9463e341e49 100644 (file)
@@ -31,7 +31,7 @@ import org.sonarqube.ws.client.WsConnector;
  * Get information on the web api supported on this instance.
  * @see <a href="https://next.sonarqube.com/sonarqube/web_api/api/webservices">Further information about this web service online</a>
  */
-@Generated("https://github.com/SonarSource/sonar-ws-generator")
+@Generated("sonar-ws-generator")
 public class WebservicesService extends BaseService {
 
   public WebservicesService(WsConnector wsConnector) {