Uses of Interface
com.atlassian.bamboo.build.LogEntry
Package
Description
-
Uses of LogEntry in com.atlassian.bamboo.build
Modifier and TypeClassDescriptionclass
class
class
Empty log, used a replacement for suppressed logs.class
class
Simple POJO for representing build build events.Modifier and TypeMethodDescriptionBuildOutputLogEntry.cloneAndMutate
(String newUnstyledLog) CommandLogEntry.cloneAndMutate
(String newUnstyledLog) EmptyLogEntry.cloneAndMutate
(String newUnstyledLog) ErrorLogEntry.cloneAndMutate
(String newUnstyledLog) LogEntry.cloneAndMutate
(String newUnstyledLog) Return new instance of LogEntry with log string replaced.SimpleLogEntry.cloneAndMutate
(String newUnstyledLog) -
Uses of LogEntry in com.atlassian.bamboo.build.logger
Modifier and TypeMethodDescriptionstatic @NotNull LogEntry
BuildLogUtils.convertSpecsLogToLogEntry
(@Nullable String rawLogEntry) Converts a line from a specs execution log file into a LogEntry objectstatic @NotNull LogEntry
BuildLogUtils.convertToLogEntry
(@Nullable String fileEntry) Converts a line from a file back into a LogEntry objectprotected @NotNull LogEntry
AbstractBuildLogger.interceptAndMutate
(@NotNull LogEntry logEntry) protected @NotNull LogEntry
AbstractBuildLogger.interceptAndMutateError
(@NotNull LogEntry logEntry) Method invoked whenever a new log entry is loggedLogMutator.mutateError
(@NotNull LogEntry logEntry) Method invoked whenever a new error log entry is loggedLogMutatorStack.mutateError
(@NotNull LogEntry logEntry) @Nullable LogEntry
BuildLogFileAccessor.nextLogEntry()
Requires file to be opened for iteration@Nullable LogEntry
BuildLogFileAccessor.searchFileForEntry
(@Nullable String textToSearchFor, boolean searchInErrorMessages) Looks incrementally through the file to see if the specified text exists@Nullable LogEntry
BuildLogFileAccessor.searchFileForEntry
(@Nullable 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)Modifier and TypeMethodDescriptionAbstractBuildLogger.getBuildLog()
SimpleBuildLogger.getBuildLog()
AbstractBuildLogger.getErrorLog()
SimpleBuildLogger.getErrorLog()
AbstractBuildLogger.getLastNLogEntries
(int n) BuildLogger.getLastNLogEntries
(int n) Provide the latest build details (last n lines of logs).DisconnectedBuildLogger.getLastNLogEntries
(int n) NullBuildLogger.getLastNLogEntries
(int n) SimpleBuildLogger.getLastNLogEntries
(int n) BuildLogFileAccessor.getLastNLogs
(int numLogs) Retrives a List of the last N logs.BuildLogFileAccessor.getLastNLogsOfType
(int numLogs, Collection<Class<?>> types) BuildLogUtils.getLogEntryType
(@NotNull String logLine) Return the specific type ofLogEntry
for the given log line.Modifier and TypeMethodDescription@NotNull String
AbstractBuildLogger.addBuildLogEntry
(@NotNull LogEntry logEntry) @NotNull String
BuildLoggerImpl.addBuildLogEntry
(@NotNull LogEntry entry) @NotNull String
BuildLoggerWithoutLogAccess.addBuildLogEntry
(@NotNull LogEntry logEntry) Add a new build log entry.@NotNull String
DisconnectedBuildLogger.addBuildLogEntry
(@NotNull LogEntry logEntry) @NotNull String
NullBuildLogger.addBuildLogEntry
(@NotNull LogEntry logEntry) @NotNull String
SimpleBuildLogger.addBuildLogEntry
(@NotNull LogEntry logEntry) @NotNull String
AbstractBuildLogger.addErrorLogEntry
(@NotNull LogEntry logEntry) @NotNull String
BuildLoggerImpl.addErrorLogEntry
(@NotNull LogEntry entry) @NotNull String
BuildLoggerWithoutLogAccess.addErrorLogEntry
(@NotNull LogEntry logEntry) Add a new build error log entry.@NotNull String
DisconnectedBuildLogger.addErrorLogEntry
(@NotNull LogEntry logEntry) @NotNull String
NullBuildLogger.addErrorLogEntry
(@NotNull LogEntry logEntry) @NotNull String
SimpleBuildLogger.addErrorLogEntry
(@NotNull LogEntry logEntry) protected String
AbstractBuildLogger.addErrorLogEntryInternal
(@NotNull LogEntry logEntry) protected @NotNull String
AbstractBuildLogger.addLogEntry
(@NotNull LogEntry logEntry) BuildLoggerImpl.addRemoteBuildLogEntry
(@NotNull LogEntry entry, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed) @NotNull String
FileWritingBuildLogger.addRemoteBuildLogEntry
(@NotNull LogEntry entry, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed) BuildLoggerImpl.addRemoteErrorLogEntry
(@NotNull LogEntry entry, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed) @NotNull String
FileWritingBuildLogger.addRemoteErrorLogEntry
(@NotNull LogEntry entry, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed) static String
BuildLogUtils.convertToLogFileEntry
(@NotNull LogEntry logEntry) Convert the specified LogEntry object into a string to be written to a log filevoid
Method invoked whenever a new log entry is loggedvoid
void
protected @NotNull LogEntry
AbstractBuildLogger.interceptAndMutate
(@NotNull LogEntry logEntry) protected @NotNull LogEntry
AbstractBuildLogger.interceptAndMutateError
(@NotNull LogEntry logEntry) void
LogInterceptor.interceptError
(@NotNull LogEntry logEntry) Method invoked whenever a new error log entry is loggedvoid
LogInterceptorAdapter.interceptError
(@NotNull LogEntry logEntry) void
LogInterceptorStack.interceptError
(@NotNull LogEntry logEntry) Method invoked whenever a new log entry is loggedLogMutator.mutateError
(@NotNull LogEntry logEntry) Method invoked whenever a new error log entry is loggedLogMutatorStack.mutateError
(@NotNull LogEntry logEntry) abstract void
AbstractBuildLogger.onAddLogEntry
(@NotNull LogEntry logEntry) void
BuildLoggerImpl.onAddLogEntry
(@NotNull LogEntry logEntry) void
void
void
Writes one line of logs to the log file -
Uses of LogEntry in com.atlassian.bamboo.build.logger.interceptors
Modifier and TypeMethodDescriptionAbstractLogLimiter.mutateError
(@NotNull LogEntry logEntry) LengthLimiterLogMutator.mutateError
(@NotNull LogEntry logEntry) PasswordMaskingLogMutator.mutateError
(@NotNull LogEntry logEntry) Modifier and TypeMethodDescriptionprotected abstract boolean
AbstractLogLimiter.incrementAndCheckLimit
(@NotNull LogEntry logEntry) protected boolean
LogLineCountLimiter.incrementAndCheckLimit
(@NotNull LogEntry logEntry) protected boolean
LogSizeLimiter.incrementAndCheckLimit
(@NotNull LogEntry logEntry) void
void
void
void
ContentMatchingInterceptor.interceptError
(@NotNull LogEntry logEntry) void
ErrorMemorisingInterceptor.interceptError
(@NotNull LogEntry logEntry) void
LogMemorisingInterceptor.interceptError
(@NotNull LogEntry logEntry) protected abstract boolean
protected boolean
AbstractLogLimiter.mutateError
(@NotNull LogEntry logEntry) LengthLimiterLogMutator.mutateError
(@NotNull LogEntry logEntry) PasswordMaskingLogMutator.mutateError
(@NotNull LogEntry logEntry) -
Uses of LogEntry in com.atlassian.bamboo.builder
Modifier and TypeMethodDescriptionMavenLogHelper.parseErrorOutput
(@NotNull Iterable<LogEntry> logsToParse) -
Uses of LogEntry in com.atlassian.bamboo.configuration.external
-
Uses of LogEntry in com.atlassian.bamboo.event
ModifierConstructorDescriptionBuildHungEvent
(Object source, String buildKey, int buildNumber, @NotNull CurrentlyBuilding currentlyBuilding, List<LogEntry> buildLogs) -
Uses of LogEntry in com.atlassian.bamboo.plugins.labeller
Modifier and TypeMethodDescriptionvoid
void
BuildLogLabellerInterceptor.interceptError
(@NotNull LogEntry logEntry) -
Uses of LogEntry in com.atlassian.bamboo.rest.model.build.log
-
Uses of LogEntry in com.atlassian.bamboo.v2.build.agent.messages
ModifierConstructorDescriptionprotected
AbstractAddLogEntry
(LoggerId<? extends Key> loggerId, boolean needToPersistOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) AddBuildLogEntry
(LoggerId<? extends Key> loggerId, boolean needPersistingOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) AddErrorLogEntry
(LoggerId<? extends Key> loggerId, boolean needPersistingOnTarget, boolean addedAfterLogSpoolClosed, LogEntry logEntry) -
Uses of LogEntry in com.atlassian.bamboo.v2.build.agent.remote
Modifier and TypeMethodDescription@NotNull String
RemoteBuildLogger.addBuildLogEntry
(@NotNull LogEntry logEntry) @NotNull String
RemoteBuildLogger.addErrorLogEntry
(@NotNull LogEntry logEntry) void
RemoteBuildLogger.onAddLogEntry
(@NotNull LogEntry logEntry) -
Uses of LogEntry in com.atlassian.bamboo.warnings
Modifier and TypeMethodDescriptionWarningsParsingLogInterceptor.mutateError
(@NotNull LogEntry logEntry) -
Uses of LogEntry in com.atlassian.bamboo.ww2.actions
-
Uses of LogEntry in com.atlassian.bamboo.ww2.actions.chains
Modifier and TypeMethodDescriptionViewChainLogs.retrieveBambooSpecsExecutionLogs()
ViewChainLogs.retrieveBuildLogs
(BuildResultsSummary buildResultsSummary)