hudson.plugins.robot.parser
Class RobotParser

java.lang.Object
  extended by hudson.plugins.robot.parser.RobotParser
All Implemented Interfaces:
hudson.FilePath.FileCallable<RobotResult>, java.io.Serializable

public class RobotParser
extends java.lang.Object
implements hudson.FilePath.FileCallable<RobotResult>

See Also:
Serialized Form

Constructor Summary
RobotParser(hudson.FilePath robotOutputFile)
           
 
Method Summary
 RobotResult invoke(java.io.File workspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RobotParser

public RobotParser(hudson.FilePath robotOutputFile)
Method Detail

invoke

public RobotResult invoke(java.io.File workspace,
                          hudson.remoting.VirtualChannel channel)
                   throws java.io.IOException
Specified by:
invoke in interface hudson.FilePath.FileCallable<RobotResult>
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.