Package org.sonarqube.ws.client.ce
Class CeService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.ce.CeService
-
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.Ce.ActivityResponseactivity(ActivityRequest request) This is part of the internal API.org.sonarqube.ws.Ce.ActivityStatusWsResponseactivityStatus(ActivityStatusRequest request) This is part of the internal API.org.sonarqube.ws.Ce.AnalysisStatusWsResponseanalysisStatus(AnalysisStatusRequest request) This is part of the internal API.voidcancel(CancelRequest request) This is part of the internal API.voidThis is part of the internal API.org.sonarqube.ws.Ce.ComponentResponsecomponent(ComponentRequest request) This is part of the internal API.voidThis is part of the internal API.org.sonarqube.ws.Ce.InfoWsResponseinfo()This is part of the internal API.voidpause()This is part of the internal API.voidresume()This is part of the internal API.org.sonarqube.ws.Ce.SubmitResponsesubmit(SubmitRequest request) This is part of the internal API.org.sonarqube.ws.Ce.TaskResponsetask(TaskRequest request) This is part of the internal API.org.sonarqube.ws.Ce.TaskTypesWsResponseThis is part of the internal API.org.sonarqube.ws.Ce.WorkerCountResponseThis is part of the internal API.Methods inherited from class org.sonarqube.ws.client.BaseService
call, call, call, convert, inlineMultipleParamValue, path, path
-
Constructor Details
-
CeService
-
-
Method Details
-
activity
This is part of the internal API. This is a GET request.- Since:
- 5.2
- See Also:
-
activityStatus
This is part of the internal API. This is a GET request.- Since:
- 5.5
- See Also:
-
analysisStatus
This is part of the internal API. This is a GET request.- Since:
- 7.4
- See Also:
-
cancel
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
cancelAll
public void cancelAll()This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
component
This is part of the internal API. This is a GET request.- Since:
- 5.2
- See Also:
-
dismissAnalysisWarning
This is part of the internal API. This is a POST request.- Since:
- 8.5
- See Also:
-
info
public org.sonarqube.ws.Ce.InfoWsResponse info()This is part of the internal API. This is a GET request.- Since:
- 7.2
- See Also:
-
pause
public void pause()This is part of the internal API. This is a POST request.- Since:
- 7.2
- See Also:
-
resume
public void resume()This is part of the internal API. This is a POST request.- Since:
- 7.2
- See Also:
-
submit
This is part of the internal API. This is a POST request.- Since:
- 5.2
- See Also:
-
task
This is part of the internal API. This is a GET request.- Since:
- 5.2
- See Also:
-
taskTypes
public org.sonarqube.ws.Ce.TaskTypesWsResponse taskTypes()This is part of the internal API. This is a GET request.- Since:
- 5.5
- See Also:
-
workerCount
public org.sonarqube.ws.Ce.WorkerCountResponse workerCount()This is part of the internal API. This is a GET request.- Since:
- 6.5
- See Also:
-