hudson.plugins.changelog_history
Class ChangeLogHistoryAction
java.lang.Object
hudson.plugins.changelog_history.ChangeLogHistoryAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class ChangeLogHistoryAction
- extends java.lang.Object
- implements hudson.model.Action
Action to display changelog-history data.
- Author:
- Alan.Harder@sun.com
|
Method Summary |
hudson.model.AbstractBuild<?,?> |
getBuild()
|
java.util.Map<java.lang.Long,hudson.scm.ChangeLogSet> |
getChangeLogSets()
Get all changelog detail; used by index.jelly |
java.lang.String |
getDisplayName()
|
java.lang.Object |
getDynamic(java.lang.String oldBuild,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Handle requests to view changelog details. |
java.lang.String |
getIconFileName()
|
java.lang.String |
getUrlName()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeLogHistoryAction
public ChangeLogHistoryAction(hudson.model.AbstractBuild<?,?> build)
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
getUrlName
public java.lang.String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getDisplayName
public java.lang.String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public java.lang.String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getChangeLogSets
public java.util.Map<java.lang.Long,hudson.scm.ChangeLogSet> getChangeLogSets()
throws java.lang.Exception
- Get all changelog detail; used by index.jelly
- Throws:
java.lang.Exception
getDynamic
public java.lang.Object getDynamic(java.lang.String oldBuild,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.lang.Exception
- Handle requests to view changelog details.
- Throws:
java.lang.Exception
Copyright © 2004-2011. All Rights Reserved.