hudson.plugins.logparser
Class LogParserLogPart

java.lang.Object
  extended by hudson.plugins.logparser.LogParserLogPart

public class LogParserLogPart
extends java.lang.Object


Constructor Summary
LogParserLogPart()
           
 
Method Summary
 java.lang.String[] getLines()
           
 int getLogPartNum()
           
 boolean isEmpty()
           
 void setLines(java.lang.String[] lines)
           
 void setLogPartNum(int logPartNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogParserLogPart

public LogParserLogPart()
Method Detail

getLines

public java.lang.String[] getLines()

setLines

public void setLines(java.lang.String[] lines)

getLogPartNum

public int getLogPartNum()

setLogPartNum

public void setLogPartNum(int logPartNum)

isEmpty

public boolean isEmpty()


Copyright © 2010. All Rights Reserved.