org.hudsonci.plugins.console
Class LatestConsoleAction
java.lang.Object
org.hudsonci.plugins.console.LatestConsoleAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class LatestConsoleAction
- extends Object
- implements hudson.model.Action
Provides a link to the latest console on the project details page.
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LatestConsoleAction
public LatestConsoleAction(hudson.model.AbstractProject<?,?> project)
getProject
public hudson.model.AbstractProject<?,?> getProject()
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
isBuildAvailable
@JellyAccessible
public boolean isBuildAvailable()
Copyright © 2004-2012 Hudson. All Rights Reserved.