Class CommitRenderer

java.lang.Object
com.github.jenkins.lastchanges.CommitRenderer
All Implemented Interfaces:
Serializable

public class CommitRenderer extends Object implements Serializable
See Also:
  • Constructor Details

  • Method Details

    • doIndex

      public void doIndex(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) throws IOException, jakarta.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
      jakarta.servlet.ServletException - servletException