Class CommitRenderer

    • Constructor Detail

      • CommitRenderer

        public CommitRenderer​(Action lastChangesBuildAction,
                              CommitChanges commit)
    • Method Detail

      • doIndex

        public void doIndex​(org.kohsuke.stapler.StaplerRequest request,
                            org.kohsuke.stapler.StaplerResponse response)
                     throws IOException,
                            javax.servlet.ServletException
        This method will be called when there are no remaining URL tokens to process after LastChangesBuildAction has handled the initial `/commit/commitId` prefix. It renders the `commit.jelly` template inside of the Jenkins UI.
        Parameters:
        request - request
        response - response
        Throws:
        IOException - ioException
        javax.servlet.ServletException - servletException