org.hudsonci.plugins.console
Class LatestConsoleAction

java.lang.Object
  extended by 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

Constructor Summary
LatestConsoleAction(hudson.model.AbstractProject<?,?> project)
           
 
Method Summary
 String getDisplayName()
           
 String getIconFileName()
           
 hudson.model.AbstractProject<?,?> getProject()
           
 String getUrlName()
           
 boolean isBuildAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatestConsoleAction

public LatestConsoleAction(hudson.model.AbstractProject<?,?> project)
Method Detail

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.