Re: How to get detailed change list via the json api

2015-05-01 Thread Daniel Beck
Edit type is not made available through the API. http://javadoc.jenkins-ci.org/hudson/scm/ChangeLogSet.Entry.html It's the difference between getAffectedFiles (which has the information) and getAffectedPaths (which is made available to the API). On 01.05.2015, at 03:58, Brent Scriver wrote: >

How to get detailed change list via the json api

2015-04-30 Thread Brent Scriver
Hi all, I can currently get some information for the changeSet of a job using: http:///job///api/json However this is not the entire set of change information (such as the edit type (add, edit, delete), and the perforce revision of the file). There is additional information provided by: