net.praqma.logging
Class LoggingProjectAction

java.lang.Object
  extended by net.praqma.logging.LoggingProjectAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, hudson.model.ProminentProjectAction

public class LoggingProjectAction
extends Object
implements hudson.model.ProminentProjectAction


Constructor Summary
LoggingProjectAction(hudson.model.Job<?,?> job)
           
 
Method Summary
 void doGetPollLog(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 String getDisplayName()
           
 String getIconFileName()
           
 List<Logging.PollLoggingFile> getLogs()
           
 String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingProjectAction

public LoggingProjectAction(hudson.model.Job<?,?> job)
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

getLogs

public List<Logging.PollLoggingFile> getLogs()

doGetPollLog

public void doGetPollLog(org.kohsuke.stapler.StaplerRequest req,
                         org.kohsuke.stapler.StaplerResponse rsp)
                  throws IOException,
                         javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException


Copyright © 2004-2013. All Rights Reserved.