net.praqma.logging
Class LoggingAction
java.lang.Object
net.praqma.logging.LoggingAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class LoggingAction
- extends Object
- implements hudson.model.Action
loggingStream
protected transient LoggingStream loggingStream
targets
protected transient List<LoggingTarget> targets
handler
protected transient LoggingHandler handler
run
protected transient hudson.model.Run run
LoggingAction
public LoggingAction(hudson.model.Run run,
FileOutputStream out,
List<LoggingTarget> targets)
LoggingAction
public LoggingAction(hudson.model.Run run,
LoggingHandler handler,
List<LoggingTarget> targets)
getOut
public OutputStream getOut()
getLoggingStream
public LoggingStream getLoggingStream()
getTargets
public List<LoggingTarget> getTargets()
getHandler
public LoggingHandler getHandler()
setHandler
public void setHandler(LoggingHandler handler)
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
- Throws:
IOException
javax.servlet.ServletException
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2004-2012. All Rights Reserved.