au.com.rayh
Class JenkinsXCodeBuildOutputParser

java.lang.Object
  extended by au.com.rayh.XCodeBuildOutputParser
      extended by au.com.rayh.JenkinsXCodeBuildOutputParser

public class JenkinsXCodeBuildOutputParser
extends XCodeBuildOutputParser

Author:
ray

Nested Class Summary
 class JenkinsXCodeBuildOutputParser.LineBasedFilterOutputStream
           
 
Field Summary
protected  hudson.model.TaskListener buildListener
           
 
Fields inherited from class au.com.rayh.XCodeBuildOutputParser
captureOutputStream, currentTestCase, currentTestSuite, exitCode
 
Constructor Summary
JenkinsXCodeBuildOutputParser(hudson.FilePath workspace, hudson.model.TaskListener buildListener)
           
 
Method Summary
protected  OutputStream outputForSuite()
           
 
Methods inherited from class au.com.rayh.XCodeBuildOutputParser
getExitCode, getOutputStream, handleLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buildListener

protected hudson.model.TaskListener buildListener
Constructor Detail

JenkinsXCodeBuildOutputParser

public JenkinsXCodeBuildOutputParser(hudson.FilePath workspace,
                                     hudson.model.TaskListener buildListener)
                              throws IOException,
                                     InterruptedException
Throws:
IOException
InterruptedException
Method Detail

outputForSuite

protected OutputStream outputForSuite()
                               throws IOException,
                                      InterruptedException
Overrides:
outputForSuite in class XCodeBuildOutputParser
Throws:
IOException
InterruptedException


Copyright © 2004-2015. All Rights Reserved.