public class CommitRenderer extends Object implements Serializable
Constructor and Description |
---|
CommitRenderer(hudson.model.Action lastChangesBuildAction,
CommitChanges commit) |
Modifier and Type | Method and Description |
---|---|
void |
doIndex(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
This method will be called when there are no remaining URL tokens to
process after
LastChangesBuildAction has handled the initial
`/commit/commitId` prefix. |
public CommitRenderer(hudson.model.Action lastChangesBuildAction, CommitChanges commit)
public void doIndex(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, javax.servlet.ServletException
LastChangesBuildAction
has handled the initial
`/commit/commitId` prefix. It renders the `commit.jelly`
template inside of the Jenkins UI.request
- response
- IOException
javax.servlet.ServletException
Copyright © 2016–2019. All rights reserved.