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:
>
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: