Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-49202

ChangeLogSet.Entry does not expose getComment to get entire commit message

XMLWordPrintable

      See https://issues.jenkins-ci.org/browse/JENKINS-49143 for the issue I'm having with jira-ext plugin.

      I propose this should get added to the ChangeLogSet.Entry class:

      @Exported
      public abstract String getComment() {
       return this.comment;
      }

      so I can access it through AbstractBuild in jira-ext.

      Perhaps this is not the solution I just need access to the whole commit, not just the first line which is what getMsg or title returns.

            vrnsky Egor Voronyansky
            benkletzine Ben Kletzine
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: