Class AlmIntegrationsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.almintegrations.AlmIntegrationsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckPat(CheckPatRequest request) This is part of the internal API.org.sonarqube.ws.Projects.CreateWsResponseThis is part of the internal API.org.sonarqube.ws.Projects.CreateWsResponseThis is part of the internal API.org.sonarqube.ws.Projects.CreateWsResponseThis is part of the internal API.org.sonarqube.ws.Projects.CreateWsResponseThis is a POST request.org.sonarqube.ws.Projects.CreateWsResponseThis is a POST request.org.sonarqube.ws.AlmIntegrations.ListAzureProjectsWsResponseThis is part of the internal API.org.sonarqube.ws.AlmIntegrations.ListBitbucketserverProjectsWsResponseThis is part of the internal API.voidThis is a GET request.org.sonarqube.ws.AlmIntegrations.SearchBitbucketcloudReposWsResponseThis is part of the internal API.org.sonarqube.ws.AlmIntegrations.SearchBitbucketserverReposWsResponseThis is part of the internal API.org.sonarqube.ws.AlmIntegrations.SearchGitlabReposWsResponseThis is part of the internal API.voidThis is part of the internal API.voidsetPat(SetPatRequest 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
-
AlmIntegrationsService
-
-
Method Details
-
checkPat
This is part of the internal API. This is a GET request.- Since:
- 8.2
- See Also:
-
importBitbucketserverProject
public org.sonarqube.ws.Projects.CreateWsResponse importBitbucketserverProject(ImportBitbucketserverProjectRequest request) This is part of the internal API. This is a POST request.- Since:
- 8.2
- See Also:
-
importBitbucketcloudProject
public org.sonarqube.ws.Projects.CreateWsResponse importBitbucketcloudProject(ImportBitbucketcloudRepoRequest request) This is part of the internal API. This is a POST request.- Since:
- 8.2
- See Also:
-
importGitLabProject
public org.sonarqube.ws.Projects.CreateWsResponse importGitLabProject(ImportGitLabProjectRequest request) This is a POST request.- Since:
- 8.5
- See Also:
-
importGithubProject
public org.sonarqube.ws.Projects.CreateWsResponse importGithubProject(ImportGithubProjectRequest request) This is a POST request. -
listGithubOrganizations
This is a GET request. -
importAzureProject
public org.sonarqube.ws.Projects.CreateWsResponse importAzureProject(ImportAzureProjectRequest request) This is part of the internal API. This is a POST request.- Since:
- 8.6
- See Also:
-
searchGitlabRepos
public org.sonarqube.ws.AlmIntegrations.SearchGitlabReposWsResponse searchGitlabRepos(SearchGitlabReposRequest request) This is part of the internal API. This is a GET request.- Since:
- 8.5
- See Also:
-
listAzureProjects
public org.sonarqube.ws.AlmIntegrations.ListAzureProjectsWsResponse listAzureProjects(ListAzureProjectsRequest request) This is part of the internal API. This is a GET request.- Since:
- 8.2
- See Also:
-
listBitbucketserverProjects
public org.sonarqube.ws.AlmIntegrations.ListBitbucketserverProjectsWsResponse listBitbucketserverProjects(ListBitbucketserverProjectsRequest request) This is part of the internal API. This is a GET request.- Since:
- 8.2
- See Also:
-
searchBitbucketserverRepos
public org.sonarqube.ws.AlmIntegrations.SearchBitbucketserverReposWsResponse searchBitbucketserverRepos(SearchBitbucketserverReposRequest request) This is part of the internal API. This is a GET request.- Since:
- 8.2
- See Also:
-
searchBitbucketcloudRepos
public org.sonarqube.ws.AlmIntegrations.SearchBitbucketcloudReposWsResponse searchBitbucketcloudRepos(SearchBitbucketcloudReposRequest request) This is part of the internal API. This is a GET request.- Since:
- 8.2
- See Also:
-
sendGitubCodeScanningAlertWebhookPayload
public void sendGitubCodeScanningAlertWebhookPayload(SendGithubCodeScanningAlertWebhookPayloadRequest request) This is part of the internal API. This is a POST request.- Since:
- 9.7
- See Also:
-
setPat
This is part of the internal API. This is a POST request.- Since:
- 8.2
- See Also:
-