Package org.sonarqube.ws.client.settings
Class SettingsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.settings.SettingsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.sonarqube.ws.Settings.CheckSecretKeyWsResponseThis is part of the internal API.org.sonarqube.ws.Settings.EncryptWsResponseencrypt(EncryptRequest request) This is part of the internal API.org.sonarqube.ws.Settings.GenerateSecretKeyWsResponseThis is part of the internal API.org.sonarqube.ws.Settings.ListDefinitionsWsResponselistDefinitions(ListDefinitionsRequest request) This is part of the internal API.voidreset(ResetRequest request) This is part of the internal API.voidset(SetRequest request) This is part of the internal API.org.sonarqube.ws.Settings.ValuesWsResponsevalues(ValuesRequest request) This is part of the internal API.Methods inherited from class org.sonarqube.ws.client.BaseService
call, call, call, convert, inlineMultipleParamValue, path, path
-
Constructor Details
-
SettingsService
-
-
Method Details
-
checkSecretKey
public org.sonarqube.ws.Settings.CheckSecretKeyWsResponse checkSecretKey()This is part of the internal API. This is a GET request.- Since:
- 6.1
- See Also:
-
encrypt
This is part of the internal API. This is a GET request.- Since:
- 6.1
- See Also:
-
generateSecretKey
public org.sonarqube.ws.Settings.GenerateSecretKeyWsResponse generateSecretKey()This is part of the internal API. This is a GET request.- Since:
- 6.1
- See Also:
-
listDefinitions
public org.sonarqube.ws.Settings.ListDefinitionsWsResponse listDefinitions(ListDefinitionsRequest request) This is part of the internal API. This is a GET request.- Since:
- 6.3
- See Also:
-
reset
This is part of the internal API. This is a POST request.- Since:
- 6.1
- See Also:
-
set
This is part of the internal API. This is a POST request.- Since:
- 6.1
- See Also:
-
values
This is part of the internal API. This is a GET request.- Since:
- 6.3
- See Also:
-