org.jenkinsci.plugins.pendingChanges
Class PendingChangesAction
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PendingChangesAction
public PendingChangesAction(hudson.model.AbstractProject target)
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.