VcsRootApi
getAllVcsRoots
Get all VCS roots.
Endpoint | /app/rest/vcs-roots |
Produces |
|
Parameters |
|
Response |
addVcsRoot
Add a new VCS root.
deleteVcsRoot
Remove VCS root matching the locator.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator} |
Parameters |
|
getRootEndpoints
Get root endpoints.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator} |
Produces |
|
Parameters |
|
Response |
getVcsRootInstances
Get all VCS root instances of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/instances |
Produces |
|
Parameters |
|
Response |
deleteAllVcsRootProperties
Delete all properties of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/properties |
Parameters |
|
getAllVcsRootProperties
Get all properties of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/properties |
Produces |
|
Parameters |
|
Response |
setVcsRootProperties
Update all properties of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/properties |
Consumes |
|
Produces |
|
Parameters |
|
Response |
deleteVcsRootProperty
Delete a property of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/properties/{name} |
Parameters |
|
getVcsRootProperty
Get a property on the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/properties/{name} |
Produces |
|
Parameters |
|
Response |
|
setVcsRootProperty
Update a property of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/properties/{name} |
Consumes |
|
Produces |
|
Parameters |
|
Response |
|
getVcsRootSettingsFile
Get the settings file of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/settingsFile |
Produces |
|
Parameters |
|
Response |
|
getVcsRootField
Get a field of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/{field} |
Produces |
|
Parameters |
|
Response |
|
setVcsRootField
Update a field of the matching VCS root.
Endpoint | /app/rest/vcs-roots/{vcsRootLocator}/{field} |
Consumes |
|
Produces |
|
Parameters |
|
Response |
|