Package com.github.jenkins.lastchanges
Class CommitRenderer
- java.lang.Object
-
- com.github.jenkins.lastchanges.CommitRenderer
-
- All Implemented Interfaces:
Serializable
public class CommitRenderer extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommitRenderer(Action lastChangesBuildAction, CommitChanges commit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 afterLastChangesBuildAction
has handled the initial `/commit/commitId` prefix.
-
-
-
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 afterLastChangesBuildAction
has handled the initial `/commit/commitId` prefix. It renders the `commit.jelly` template inside of the Jenkins UI.- Parameters:
request
- requestresponse
- response- Throws:
IOException
- ioExceptionjavax.servlet.ServletException
- servletException
-
-