Package org.sonarqube.ws.client
Class BaseService
java.lang.Object
org.sonarqube.ws.client.BaseService
- Direct Known Subclasses:
AlmIntegrationsService,AlmSettingsService,AnalysisCacheService,AnalysisReportsService,ApplicationsService,AuthenticationService,BatchService,CeService,ComponentsService,DevelopersService,DuplicationsService,EditionsService,EmailConfigurationService,EmailsService,FavoritesService,GithubConfigurationService,GithubPermissionsService,GitlabConfigurationService,GitlabPermissionService,GitlabSynchronizationRunService,GovernanceReportsService,HotspotsService,IssuesService,L10nService,LanguagesService,MeasuresService,MetricsService,ModeService,MonitoringService,NavigationService,NewCodePeriodsService,NotificationsService,PermissionsService,PluginsService,ProjectAnalysesService,ProjectBadgesService,ProjectBranchesService,ProjectDumpService,ProjectLinksService,ProjectPullRequestsService,ProjectsService,ProjectTagsService,QualitygatesService,QualityprofilesService,RegulatoryReportsService,RootsService,RulesService,SecurityReportsService,ServerService,SettingsService,SonarLintServerPushService,SourcesService,SupportService,SystemService,UpdatecenterService,UserGroupsService,UsersService,UserTokensService,ViewsService,WebhooksService,WebservicesService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T extends com.google.protobuf.Message>
Tcall(org.sonarqube.ws.client.BaseRequest request, com.google.protobuf.Parser<T> parser) protected <T extends com.google.protobuf.Message>
Tcall(org.sonarqube.ws.client.BaseRequest request, com.google.protobuf.Parser<T> parser, String mediaType) protected WsResponsestatic <T extends com.google.protobuf.Message>
Tconvert(WsResponse response, com.google.protobuf.Parser<T> parser) protected static StringinlineMultipleParamValue(Collection<String> values) protected Stringpath()protected String
-
Field Details
-
APPLICATION_MERGE_PATCH_JSON
- See Also:
-
controller
-
-
Constructor Details
-
BaseService
-
-
Method Details
-
call
protected <T extends com.google.protobuf.Message> T call(org.sonarqube.ws.client.BaseRequest request, com.google.protobuf.Parser<T> parser) -
call
protected <T extends com.google.protobuf.Message> T call(org.sonarqube.ws.client.BaseRequest request, com.google.protobuf.Parser<T> parser, String mediaType) -
call
-
convert
public static <T extends com.google.protobuf.Message> T convert(WsResponse response, com.google.protobuf.Parser<T> parser) -
path
-
path
-
inlineMultipleParamValue
-