ChangeApi
getAllChanges
Get all changes.
Endpoint | /app/rest/changes |
Produces |
|
Parameters |
|
Response |
getChange
Get change matching the locator.
Endpoint | /app/rest/changes/{changeLocator} |
Produces |
|
Parameters |
|
Response |
getChangeAttributes
Get attributes of the matching change.
Endpoint | /app/rest/changes/{changeLocator}/attributes |
Produces |
|
Parameters |
|
Response |
getChangeDuplicates
Get duplicates of the matching change.
Endpoint | /app/rest/changes/{changeLocator}/duplicates |
Produces |
|
Parameters |
|
Response |
getChangeFirstBuilds
Get first builds of the matching change.
Endpoint | /app/rest/changes/{changeLocator}/firstBuilds |
Produces |
|
Parameters |
|
Response |
getChangeIssue
Get issues of the matching change.
Endpoint | /app/rest/changes/{changeLocator}/issues |
Produces |
|
Parameters |
|
Response |
getChangeParentChanges
Get parent changes of the matching change.
Endpoint | /app/rest/changes/{changeLocator}/parentChanges |
Produces |
|
Parameters |
|
Response |
getChangeParentRevisions
Get parent revisions of the matching change.
Endpoint | /app/rest/changes/{changeLocator}/parentRevisions |
Produces |
|
Parameters |
|
Response |
getChangeVcsRoot
Get a VCS root instance of the matching change.
Endpoint | /app/rest/changes/{changeLocator}/vcsRootInstance |
Produces |
|
Parameters |
|
Response |
getChangeField
Get a field of the matching change.
Endpoint | /app/rest/changes/{changeLocator}/{field} |
Produces |
|
Parameters |
|
Response |
|