VcsRootInstanceApi
getAllVcsRootInstances
Get all VCS root instances.
Endpoint | /app/rest/vcs-root-instances
|
Produces |
|
Parameters |
|
Response |
requestPendingChangesCheck
Check for the pending changes for all VCS root instances.
Endpoint | /app/rest/vcs-root-instances/checkingForChangesQueue
|
Produces |
|
Parameters |
|
Response |
triggerCommitHookNotification
Send the commit hook notification.
Endpoint | /app/rest/vcs-root-instances/commitHookNotification
|
Produces |
|
Parameters |
|
getVcsRootInstance
Get VCS root instance matching the locator.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}
|
Produces |
|
Parameters |
|
Response |
getFilesList
List all files.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest
|
Produces |
|
Parameters |
|
Response |
getZippedFile
Get specific file zipped.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/archived{path}
|
Produces |
|
Parameters |
|
downloadFile
Download specific file.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/files{path}
|
Produces |
|
Parameters |
|
getFileMetadata
Get metadata of specific file.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/metadata{path}
|
Produces |
|
Parameters |
|
Response |
|
getFilesListForSubpath
List files under this path.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/files/latest/{path}
|
Produces |
|
Parameters |
|
Response |
getVcsRootInstanceProperties
Get all properties of the matching VCS root instance.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/properties
|
Produces |
|
Parameters |
|
Response |
deleteVcsRootInstanceRepositoryState
Delete the last repository state of the matching VCS root instance.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState
|
Parameters |
|
getVcsRootInstanceRepositoryState
Get the repository state of the matching VCS root instance.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState
|
Produces |
|
Parameters |
|
Response |
setVcsRootInstanceRepositoryState
Update the repository state of the matching VCS root instance.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
getVcsRootInstanceCreationDate
Get the creation date of the matching VCS root instance.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/repositoryState/creationDate
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
|
deleteVcsRootInstanceField
Remove a field of the matching VCS root instance.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}
|
Parameters |
|
getVcsRootInstanceField
Get a field of the matching VCS root instance.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}
|
Produces |
|
Parameters |
|
Response |
|
setVcsRootInstanceField
Get a field of the matching VCS root instance.
Endpoint | /app/rest/vcs-root-instances/{vcsRootInstanceLocator}/{field}
|
Consumes |
|
Produces |
|
Parameters |
|
Response |
|