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()
           
 Changes getBuildNumber(String buildNumber)
           
 String getDisplayName()
           
 String getIconFileName()
           
 Changes getLastStable()
           
 Changes getLastSuccess()
           
 Changes getSince(String date)
           
 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()

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.