public interface LogEntry extends Serializable
Modifier and Type | Method and Description |
---|---|
LogEntry |
cloneAndMutate(String newUnstyledLog)
Return new instance of LogEntry with log string replaced.
|
String |
getCssStyle() |
Date |
getDate() |
String |
getFormattedDate() |
String |
getLog() |
String |
getUnstyledLog() |
String |
getUsFormattedDate() |
void |
logTo(BuildLogger buildLogger) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.