> Am 27.10.2016 um 01:18 schrieb Jesse Glick <[email protected]>: > > Anyway for the stated use case > >> Compute the warnings in a build and map these warnings to corresponding SCM >> changes > > `getScm()` was not what you wanted to begin with. You want > > Run<?, ?> run = …; > @SuppressWarnings("unchecked") List<ChangeLogSet<? extends > ChangeLogSet.Entry>> changeSets = > run.getClass().getMethod("getChangeSets").invoke(run); >
Is there a way to get the diffs or affected line numbers from a ChangeLogSet.Entry? Seems that only the plain path is available. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/0B921028-9E83-4902-A627-022130A4F091%40gmail.com. For more options, visit https://groups.google.com/d/optout.
