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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidfinishCollectingLogs(long consumerId) Method invoked whenever a new log entry is loggedmutateError(@NotNull LogEntry logEntry) Method invoked whenever a new error log entry is loggedvoidregisterConsumer(long consumerId)
-
Constructor Details
-
WarningsParsingLogInterceptor
- Throws:
IOException
-
-
Method Details
-
mutate
Description copied from interface:LogMutatorMethod invoked whenever a new log entry is logged- Specified by:
mutatein interfaceLogMutator
-
mutateError
Description copied from interface:LogMutatorMethod invoked whenever a new error log entry is logged- Specified by:
mutateErrorin interfaceLogMutator
-
registerConsumer
public void registerConsumer(long consumerId) -
finishCollectingLogs
- Throws:
IOException
-
cleanup
public void cleanup() -
getLogFile
-