com.atlassian.bamboo.build
Interface LogEntry

All Superinterfaces:
Serializable
All Known Implementing Classes:
BuildOutputLogEntry, CommandLogEntry, ErrorLogEntry, SimpleLogEntry

public interface LogEntry
extends Serializable


Method Summary
 LogEntry cloneAndMutate(String newUnstyledLog)
          Return new instance of LogEntry with log string replaced.
 String getCssStyle()
           
 Date getDate()
           
 String getFormattedDate()
           
 String getLog()
           
 String getUnstyledLog()
           
 void logTo(BuildLogger buildLogger)
           
 

Method Detail

getLog

String getLog()

getFormattedDate

String getFormattedDate()

getCssStyle

@Nullable
String getCssStyle()

getUnstyledLog

String getUnstyledLog()

getDate

Date getDate()

logTo

void logTo(BuildLogger buildLogger)

cloneAndMutate

LogEntry cloneAndMutate(String newUnstyledLog)
Return new instance of LogEntry with log string replaced.

Parameters:
newUnstyledLog -
Returns:


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.