hudson.plugins.changelog_history
Class ChangeLogHistoryAction

java.lang.Object
  extended by 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

Constructor Summary
ChangeLogHistoryAction(hudson.model.AbstractBuild<?,?> build)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> getBuild()
           
 Map<Long,hudson.scm.ChangeLogSet> getChangeLogSets()
          Get all changelog detail; used by index.jelly
 String getDisplayName()
           
 Object getDynamic(String oldBuild, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Handle requests to view changelog details.
 String getIconFileName()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLogHistoryAction

public ChangeLogHistoryAction(hudson.model.AbstractBuild<?,?> build)
Method Detail

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.