Uses of Interface
com.atlassian.bamboo.build.LogEntry
Packages that use LogEntry
Package
Description
-
Uses of LogEntry in com.atlassian.bamboo.build
Classes in com.atlassian.bamboo.build that implement LogEntryModifier and TypeClassDescriptionclass
class
class
Empty log, used a replacement for suppressed logs.class
class
Simple POJO for representing build build events.Methods in com.atlassian.bamboo.build that return LogEntryModifier 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) Methods in com.atlassian.bamboo.build that return types with arguments of type LogEntry -
Uses of LogEntry in com.atlassian.bamboo.build.logger
Methods in com.atlassian.bamboo.build.logger that return LogEntryModifier 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)Methods in com.atlassian.bamboo.build.logger that return types with arguments of type LogEntryModifier 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.Methods in com.atlassian.bamboo.build.logger with parameters of type LogEntryModifier 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
Methods in com.atlassian.bamboo.build.logger.interceptors that return LogEntryModifier and TypeMethodDescriptionAbstractLogLimiter.mutateError
(@NotNull LogEntry logEntry) LengthLimiterLogMutator.mutateError
(@NotNull LogEntry logEntry) PasswordMaskingLogMutator.mutateError
(@NotNull LogEntry logEntry) Methods in com.atlassian.bamboo.build.logger.interceptors that return types with arguments of type LogEntryMethods in com.atlassian.bamboo.build.logger.interceptors with parameters of type LogEntryModifier 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
Method parameters in com.atlassian.bamboo.builder with type arguments of type LogEntryModifier and TypeMethodDescriptionMavenLogHelper.parseErrorOutput
(@NotNull Iterable<LogEntry> logsToParse) -
Uses of LogEntry in com.atlassian.bamboo.configuration.external
Methods in com.atlassian.bamboo.configuration.external that return types with arguments of type LogEntry -
Uses of LogEntry in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return types with arguments of type LogEntryConstructor parameters in com.atlassian.bamboo.event with type arguments of type LogEntryModifierConstructorDescriptionBuildHungEvent
(Object source, String buildKey, int buildNumber, @NotNull CurrentlyBuilding currentlyBuilding, List<LogEntry> buildLogs) -
Uses of LogEntry in com.atlassian.bamboo.plugins.labeller
Methods in com.atlassian.bamboo.plugins.labeller with parameters of type LogEntryModifier and TypeMethodDescriptionvoid
void
BuildLogLabellerInterceptor.interceptError
(@NotNull LogEntry logEntry) -
Uses of LogEntry in com.atlassian.bamboo.rest.model.build.log
Constructors in com.atlassian.bamboo.rest.model.build.log with parameters of type LogEntry -
Uses of LogEntry in com.atlassian.bamboo.v2.build.agent.messages
Fields in com.atlassian.bamboo.v2.build.agent.messages declared as LogEntryMethods in com.atlassian.bamboo.v2.build.agent.messages that return LogEntryConstructors in com.atlassian.bamboo.v2.build.agent.messages with parameters of type LogEntryModifierConstructorDescriptionprotected
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
Methods in com.atlassian.bamboo.v2.build.agent.remote with parameters of type LogEntryModifier 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
Methods in com.atlassian.bamboo.warnings that return LogEntryModifier and TypeMethodDescriptionWarningsParsingLogInterceptor.mutateError
(@NotNull LogEntry logEntry) Methods in com.atlassian.bamboo.warnings with parameters of type LogEntry -
Uses of LogEntry in com.atlassian.bamboo.ww2.actions
Methods in com.atlassian.bamboo.ww2.actions that return types with arguments of type LogEntry -
Uses of LogEntry in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type LogEntryModifier and TypeMethodDescriptionViewChainLogs.retrieveBambooSpecsExecutionLogs()
ViewChainLogs.retrieveBuildLogs
(BuildResultsSummary buildResultsSummary)