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 Object
- implements hudson.model.Action
Action to display changelog-history data.
- Author:
- Alan Harder
| 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 String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getChangeLogSets
public Map<Long,hudson.scm.ChangeLogSet> getChangeLogSets()
throws Exception
- Get all changelog detail; used by index.jelly
- Throws:
Exception
getDynamic
public Object getDynamic(String oldBuild,
org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws Exception
- Handle requests to view changelog details.
- Throws:
Exception
Copyright © 2004-2011. All Rights Reserved.