jenkins.plugins.consoletail
Class ConsoleTailProjectAction<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>>
java.lang.Object
jenkins.plugins.consoletail.ConsoleTailProjectAction<P,R>
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class ConsoleTailProjectAction<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>>
- extends Object
- implements hudson.model.Action
- Author:
- Stephen Connolly
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleTailProjectAction
public ConsoleTailProjectAction(P project)
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
isVisible
public boolean isVisible()
getBuild
@CheckForNull
public R getBuild()
isComplete
public boolean isComplete()
throws IOException
- Throws:
IOException
writeLogTo
public void writeLogTo(org.apache.commons.jelly.XMLOutput out)
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.