org.jenkinsci.plugins.pendingChanges
Class PendingChangesAction

java.lang.Object
  extended by org.jenkinsci.plugins.pendingChanges.PendingChangesAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class PendingChangesAction
extends Object
implements hudson.model.Action

Check for pending SCM changes since last successful build

Author:
avogler

Constructor Summary
PendingChangesAction(hudson.model.AbstractProject target)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 Iterable<hudson.scm.ChangeLogSet.Entry> getPendingChanges()
           
 hudson.model.AbstractItem getProject()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PendingChangesAction

public PendingChangesAction(hudson.model.AbstractProject target)
Method Detail

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

getProject

public final hudson.model.AbstractItem getProject()

getPendingChanges

public final Iterable<hudson.scm.ChangeLogSet.Entry> getPendingChanges()


Copyright © 2004-2013. All Rights Reserved.