Class RestBuildLogEntry
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.build.log.RestBuildLogEntry
-
public class RestBuildLogEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description RestBuildLogEntry()
RestBuildLogEntry(@NotNull LogEntry logEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCssStyle()
Date
getDate()
String
getFormattedDate()
String
getLog()
String
getUnstyledLog()
-
-
-
Constructor Detail
-
RestBuildLogEntry
public RestBuildLogEntry()
-
RestBuildLogEntry
public RestBuildLogEntry(@NotNull @NotNull LogEntry logEntry)
-
-