hudson.plugins.logparser
Class LogParserAction

java.lang.Object
  extended by hudson.plugins.logparser.LogParserAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class LogParserAction
extends java.lang.Object
implements hudson.model.Action


Constructor Summary
LogParserAction(hudson.model.AbstractBuild<?,?> build, LogParserResult result)
           
 
Method Summary
 void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 LogParserResult getResult()
           
 java.lang.String getUrlName()
           
static java.lang.String getUrlNameStat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogParserAction

public LogParserAction(hudson.model.AbstractBuild<?,?> build,
                       LogParserResult result)
Method Detail

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getUrlNameStat

public static java.lang.String getUrlNameStat()

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getResult

public LogParserResult getResult()

doDynamic

public void doDynamic(org.kohsuke.stapler.StaplerRequest req,
                      org.kohsuke.stapler.StaplerResponse rsp)
               throws java.io.IOException,
                      javax.servlet.ServletException,
                      java.lang.InterruptedException
Throws:
java.io.IOException
javax.servlet.ServletException
java.lang.InterruptedException


Copyright © 2010. All Rights Reserved.