Package com.atlassian.bamboo.warnings
Class WarningsParsingLogInterceptor
java.lang.Object
com.atlassian.bamboo.warnings.WarningsParsingLogInterceptor
- All Implemented Interfaces:
LogMutator
,WhitelistedSerializable
,Serializable
public class WarningsParsingLogInterceptor
extends Object
implements LogMutator, WhitelistedSerializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
finishCollectingLogs
(long consumerId) Method invoked whenever a new log entry is loggedmutateError
(@NotNull LogEntry logEntry) Method invoked whenever a new error log entry is loggedvoid
registerConsumer
(long consumerId)
-
Constructor Details
-
WarningsParsingLogInterceptor
- Throws:
IOException
-
-
Method Details
-
mutate
Description copied from interface:LogMutator
Method invoked whenever a new log entry is logged- Specified by:
mutate
in interfaceLogMutator
-
mutateError
Description copied from interface:LogMutator
Method invoked whenever a new error log entry is logged- Specified by:
mutateError
in interfaceLogMutator
-
registerConsumer
public void registerConsumer(long consumerId) -
finishCollectingLogs
- Throws:
IOException
-
cleanup
public void cleanup() -
getLogFile
-