Package com.github.jenkins.lastchanges
Class CommitRenderer
java.lang.Object
com.github.jenkins.lastchanges.CommitRenderer
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddoIndex(org.kohsuke.stapler.StaplerRequest2 request, org.kohsuke.stapler.StaplerResponse2 response) This method will be called when there are no remaining URL tokens to process afterLastChangesBuildActionhas handled the initial `/commit/commitId` prefix. 
- 
Constructor Details
- 
CommitRenderer
 
 - 
 - 
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 afterLastChangesBuildActionhas handled the initial `/commit/commitId` prefix. It renders the `commit.jelly` template inside of the Jenkins UI.- Parameters:
 request- requestresponse- response- Throws:
 IOException- ioExceptionjakarta.servlet.ServletException- servletException
 
 -