Package org.sonarqube.ws.client.views
Class ViewsService
java.lang.Object
org.sonarqube.ws.client.BaseService
org.sonarqube.ws.client.views.ViewsService
-
Field Summary
Fields inherited from class org.sonarqube.ws.client.BaseService
APPLICATION_MERGE_PATCH_JSON, controller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddApplication(AddApplicationRequest request) This is part of the internal API.voidaddPortfolio(AddPortfolioRequest request) This is part of the internal API.voidaddProject(AddProjectRequest request) This is part of the internal API.voidaddProjectBranch(AddProjectBranchRequest request) This is part of the internal API.applications(ApplicationsRequest request) This is part of the internal API.voidcreate(CreateRequest request) This is part of the internal API.voiddelete(DeleteRequest request) This is part of the internal API.list()This is part of the internal API.voidmove(MoveRequest request) This is part of the internal API.moveOptions(MoveOptionsRequest request) This is part of the internal API.portfolios(PortfoliosRequest request) This is part of the internal API.projects(ProjectsRequest request) This is part of the internal API.voidrefresh(RefreshRequest request) This is part of the internal API.voidThis is part of the internal API.voidremovePortfolio(RemovePortfolioRequest request) This is part of the internal API.voidremoveProject(RemoveProjectRequest request) This is part of the internal API.voidThis is part of the internal API.search(SearchRequest request) This is part of the internal API.voidsetManualMode(SetManualModeRequest request) This is part of the internal API.voidsetNoneMode(SetNoneModeRequest request) This is part of the internal API.voidsetRegexpMode(SetRegexpModeRequest request) This is part of the internal API.voidThis is part of the internal API.voidsetTagsMode(SetTagsModeRequest request) This is part of the internal API.show(ShowRequest request) This is part of the internal API.voidupdate(UpdateRequest 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
-
ViewsService
-
-
Method Details
-
addApplication
This is part of the internal API. This is a POST request.- Since:
- 9.3
- See Also:
-
addPortfolio
This is part of the internal API. This is a POST request.- Since:
- 9.3
- See Also:
-
addProject
This is part of the internal API. This is a POST request.- Since:
- 1.0
- See Also:
-
addProjectBranch
This is part of the internal API. This is a POST request.- Since:
- 9.2
- See Also:
-
applications
This is part of the internal API. This is a GET request.- Since:
- 9.3
- See Also:
-
create
This is part of the internal API. This is a POST request.- Since:
- 1.0
- See Also:
-
delete
This is part of the internal API. This is a POST request.- Since:
- 1.0
- See Also:
-
list
This is part of the internal API. This is a GET request.- Since:
- 1.0
- See Also:
-
move
This is part of the internal API. This is a POST request.- Since:
- 1.0
- See Also:
-
moveOptions
This is part of the internal API. This is a GET request.- Since:
- 1.0
- See Also:
-
portfolios
This is part of the internal API. This is a GET request.- Since:
- 9.3
- See Also:
-
projects
This is part of the internal API. This is a GET request.- Since:
- 1.0
- See Also:
-
refresh
This is part of the internal API. This is a POST request.- Since:
- 7.1
- See Also:
-
removeApplication
This is part of the internal API. This is a POST request.- Since:
- 9.3
- See Also:
-
removePortfolio
This is part of the internal API. This is a POST request.- Since:
- 9.3
- See Also:
-
removeProject
This is part of the internal API. This is a POST request.- Since:
- 1.0
- See Also:
-
removeProjectBranch
This is part of the internal API. This is a POST request.- Since:
- 9.2
- See Also:
-
search
This is part of the internal API. This is a GET request.- Since:
- 2.0
- See Also:
-
setManualMode
This is part of the internal API. This is a POST request.- Since:
- 7.4
- See Also:
-
setNoneMode
This is part of the internal API. This is a POST request.- Since:
- 9.1
- See Also:
-
setRegexpMode
This is part of the internal API. This is a POST request.- Since:
- 7.4
- See Also:
-
setRemainingProjectsMode
This is part of the internal API. This is a POST request.- Since:
- 7.4
- See Also:
-
setTagsMode
This is part of the internal API. This is a POST request.- Since:
- 7.4
- See Also:
-
show
This is part of the internal API. This is a GET request.- Since:
- 1.0
- See Also:
-
update
This is part of the internal API. This is a POST request.- Since:
- 1.0
- See Also:
-