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()
getLastSuccess
public Changes getLastSuccess()
getLastStable
public Changes getLastStable()
getBuildNumber
public Changes getBuildNumber(String buildNumber)
getSince
public Changes getSince(String date)
throws ParseException
- Throws:
ParseException
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-2013. All Rights Reserved.