com.cloudbees.jenkins.plugins.changelog
Class ChangelogAction
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
l
@Extension
public static final hudson.model.listeners.RunListener l
ChangelogAction
public ChangelogAction(hudson.model.AbstractBuild build)
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.