com.cloudbees.jenkins.plugins.changelog
Class ChangelogAction

java.lang.Object
  extended by com.cloudbees.jenkins.plugins.changelog.ChangelogAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class ChangelogAction
extends Object
implements hudson.model.Action


Field Summary
static hudson.model.listeners.RunListener l
           
 
Constructor Summary
ChangelogAction(hudson.model.AbstractBuild build)
           
 
Method Summary
 hudson.model.AbstractBuild getBuild()
           
 List<hudson.scm.ChangeLogSet> getChanges(int buildNumber)
           
 String getDisplayName()
           
 Object getDynamic(String range, org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Handle rendering changelog for an arbitrary range
 String getIconFileName()
           
 int getRangeEndBuildNumber(org.kohsuke.stapler.StaplerRequest req)
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

l

@Extension
public static final hudson.model.listeners.RunListener l
Constructor Detail

ChangelogAction

public ChangelogAction(hudson.model.AbstractBuild build)
Method Detail

getBuild

public hudson.model.AbstractBuild getBuild()

getRangeEndBuildNumber

public int getRangeEndBuildNumber(org.kohsuke.stapler.StaplerRequest req)

getChanges

public List<hudson.scm.ChangeLogSet> getChanges(int buildNumber)

getDynamic

public Object getDynamic(String range,
                         org.kohsuke.stapler.StaplerRequest req,
                         org.kohsuke.stapler.StaplerResponse rsp)
                  throws Exception
Handle rendering changelog for an arbitrary range

Throws:
Exception

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName 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

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action


Copyright © 2004-2012. All Rights Reserved.