|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogEntry in com.atlassian.bamboo.build |
---|
Classes in com.atlassian.bamboo.build that implement LogEntry | |
---|---|
class |
BuildOutputLogEntry
|
class |
CommandLogEntry
|
class |
ErrorLogEntry
|
class |
SimpleLogEntry
Simple POJO for representing build build events. |
Methods in com.atlassian.bamboo.build that return types with arguments of type LogEntry | |
---|---|
java.util.List<LogEntry> |
ViewBuildActivityLog.getBuildActivityLog()
|
java.util.List<LogEntry> |
ViewBuildLogs.getBuildLogs()
|
java.util.List<LogEntry> |
ViewBuildActivityLog.getBuildResultActivityLog(java.lang.String buildResultKey)
|
Methods in com.atlassian.bamboo.build with parameters of type LogEntry | |
---|---|
java.lang.String |
BuildObjectForTests.addBuildLogEntry(LogEntry logEntry)
|
Method parameters in com.atlassian.bamboo.build with type arguments of type LogEntry | |
---|---|
void |
ViewBuildLogs.setBuildLogs(java.util.List<LogEntry> buildLogs)
|
Uses of LogEntry in com.atlassian.bamboo.build.logger |
---|
Methods in com.atlassian.bamboo.build.logger that return LogEntry | |
---|---|
static LogEntry |
BuildLogUtils.convertToLogEntry(java.lang.String fileEntry)
Converts a line from a file back into a LogEntry object |
static LogEntry |
BuildLogUtils.convertToLogEntry(java.lang.String fileEntry,
java.text.SimpleDateFormat dateFormat)
Converts a line from a file back into a LogEntry object |
LogEntry |
BuildLogFileAccessor.nextLogEntry()
Requires file to be opened for iteration |
LogEntry |
BuildLogFileAccessor.searchFileForEntry(java.lang.String textToSearchFor,
boolean searchInErrorMessages)
Looks incrementally through the file to see if the specified text exists |
LogEntry |
BuildLogFileAccessor.searchFileForEntry(java.lang.String textToSearchFor,
int lastNLines,
boolean searchInErrorMessages)
Searchers for particular text within the last n lines of a file (eg search within the last 10 lines for a success message) |
Methods in com.atlassian.bamboo.build.logger that return types with arguments of type LogEntry | |
---|---|
java.util.List<LogEntry> |
NullBuildLogger.getBuildLog()
|
java.util.List<LogEntry> |
BuildLoggerImpl.getBuildLog()
|
java.util.List<LogEntry> |
SimpleBuildLogger.getBuildLog()
|
java.util.List<LogEntry> |
BuildLogger.getBuildLog()
Provide the latest build details (last 100 lines of logs). |
java.util.List<LogEntry> |
NullBuildLogger.getErrorLog()
|
java.util.List<LogEntry> |
BuildLoggerImpl.getErrorLog()
|
java.util.List<LogEntry> |
SimpleBuildLogger.getErrorLog()
|
java.util.List<LogEntry> |
BuildLogger.getErrorLog()
Provide the latest error logs. |
java.util.List<LogEntry> |
BuildLogFileAccessor.getLastNLogs(int numLogs)
Retrives a List of the last N logs. |
Methods in com.atlassian.bamboo.build.logger with parameters of type LogEntry | |
---|---|
java.lang.String |
NullBuildLogger.addBuildLogEntry(LogEntry logEntry)
|
java.lang.String |
BuildLoggerImpl.addBuildLogEntry(LogEntry logEntry)
|
java.lang.String |
SimpleBuildLogger.addBuildLogEntry(LogEntry logEntry)
|
java.lang.String |
BuildLogger.addBuildLogEntry(LogEntry logEntry)
Add a new build log entry. |
java.lang.String |
NullBuildLogger.addErrorLogEntry(LogEntry logEntry)
|
java.lang.String |
BuildLoggerImpl.addErrorLogEntry(LogEntry logEntry)
|
java.lang.String |
SimpleBuildLogger.addErrorLogEntry(LogEntry logEntry)
|
java.lang.String |
BuildLogger.addErrorLogEntry(LogEntry logEntry)
Add a new build error log entry. |
static java.lang.String |
BuildLogUtils.convertToLogFileEntry(LogEntry logEntry)
Convert the specified LogEntry object into a string to be written to a log file |
void |
BuildLogFileWriter.writeLog(LogEntry logEntry)
Writes one line of logs to the log file |
Uses of LogEntry in com.atlassian.bamboo.event |
---|
Methods in com.atlassian.bamboo.event that return types with arguments of type LogEntry | |
---|---|
java.util.List<LogEntry> |
BuildHungEvent.getBuildLogs()
|
Constructor parameters in com.atlassian.bamboo.event with type arguments of type LogEntry | |
---|---|
BuildHungEvent(java.lang.Object source,
java.lang.String buildKey,
int buildNumber,
CurrentlyBuilding currentlyBuilding,
java.util.List<LogEntry> buildLogs)
|
Uses of LogEntry in com.atlassian.bamboo.upgrade.tasks |
---|
Methods in com.atlassian.bamboo.upgrade.tasks that return LogEntry | |
---|---|
static LogEntry |
UpgradeTask608BuildLogStorageUpdate.convertToLogEntry(java.lang.String type,
java.util.Date date,
java.lang.String logText)
|
Uses of LogEntry in com.atlassian.bamboo.v2.build.agent.messages |
---|
Constructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type LogEntry | |
---|---|
AddBuildLogEntry(java.lang.String buildPlanKey,
LogEntry logEntry)
|
|
AddErrorLogEntry(java.lang.String buildPlanKey,
LogEntry logEntry)
|
Uses of LogEntry in com.atlassian.bamboo.v2.build.agent.remote |
---|
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type LogEntry | |
---|---|
java.lang.String |
RemoteBuildLogger.addBuildLogEntry(LogEntry logEntry)
|
java.lang.String |
RemoteBuildLogger.addErrorLogEntry(LogEntry logEntry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |