com.pmease.quickbuild.log
Class BuildLog

java.lang.Object
  extended by com.pmease.quickbuild.log.Log
      extended by com.pmease.quickbuild.log.BuildLog
All Implemented Interfaces:
java.io.Serializable

public class BuildLog
extends Log

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.pmease.quickbuild.log.Log
Log.LogLevel
 
Constructor Summary
BuildLog(java.lang.Long buildId)
           
BuildLog(java.lang.Long buildId, StepPath stepPath)
           
 
Method Summary
 java.io.InputStream getHtmlInputStream(boolean showExtraInfo)
           
 java.lang.String getName()
           
 java.io.InputStream getTextInputStream(java.lang.String lineSeparator, boolean showExtraInfo)
           
 
Methods inherited from class com.pmease.quickbuild.log.Log
fromString, getAnchorDate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BuildLog

public BuildLog(java.lang.Long buildId)

BuildLog

public BuildLog(java.lang.Long buildId,
                StepPath stepPath)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Log

getTextInputStream

public java.io.InputStream getTextInputStream(java.lang.String lineSeparator,
                                              boolean showExtraInfo)
Specified by:
getTextInputStream in class Log

getHtmlInputStream

public java.io.InputStream getHtmlInputStream(boolean showExtraInfo)
Specified by:
getHtmlInputStream in class Log


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.