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