public class LoggingAction extends Object implements hudson.model.Action
| Modifier and Type | Field and Description |
|---|---|
protected LoggingHandler |
handler |
protected LoggingStream |
loggingStream |
protected hudson.model.Run |
run |
protected List<LoggingTarget> |
targets |
| Constructor and Description |
|---|
LoggingAction(hudson.model.Run run,
FileOutputStream out,
List<LoggingTarget> targets) |
LoggingAction(hudson.model.Run run,
LoggingHandler handler,
List<LoggingTarget> targets) |
| Modifier and Type | Method and Description |
|---|---|
void |
doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp) |
String |
getDisplayName() |
LoggingHandler |
getHandler() |
String |
getIconFileName() |
LoggingStream |
getLoggingStream() |
OutputStream |
getOut() |
List<LoggingTarget> |
getTargets() |
String |
getUrlName() |
void |
setHandler(LoggingHandler handler) |
String |
toString() |
protected transient LoggingStream loggingStream
protected transient List<LoggingTarget> targets
protected transient LoggingHandler handler
protected hudson.model.Run run
public LoggingAction(hudson.model.Run run,
FileOutputStream out,
List<LoggingTarget> targets)
public LoggingAction(hudson.model.Run run,
LoggingHandler handler,
List<LoggingTarget> targets)
public OutputStream getOut()
public LoggingStream getLoggingStream()
public List<LoggingTarget> getTargets()
public LoggingHandler getHandler()
public void setHandler(LoggingHandler handler)
public void doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException,
javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getUrlName()
getUrlName in interface hudson.model.ActionCopyright © 2004-2015. All Rights Reserved.