Class LogMessageURLsProcessor
- java.lang.Object
-
- jetbrains.buildServer.web.buildlog.LogMessageURLsProcessor
-
- All Implemented Interfaces:
TeamCityExtension
,PositionAware
,PositionConstraintAware
,LogMessageProcessorExtension
public class LogMessageURLsProcessor extends Object implements LogMessageProcessorExtension
Created by Nikita.Skvortsov date: 01.06.2015.
-
-
Constructor Summary
Constructors Constructor Description LogMessageURLsProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
process(String escaped, LogMessage originalMessage, BuildPromotion promotion)
Process single build log line.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.web.buildlog.LogMessageProcessorExtension
getOrderId
-
Methods inherited from interface jetbrains.buildServer.util.positioning.PositionConstraintAware
getConstraint
-
-
-
-
Method Detail
-
process
@NotNull public String process(@NotNull String escaped, @NotNull LogMessage originalMessage, @Nullable BuildPromotion promotion)
Description copied from interface:LogMessageProcessorExtension
Process single build log line.- Specified by:
process
in interfaceLogMessageProcessorExtension
- Parameters:
escaped
- build log string with escaped html (and possibly already processed by other LogMessageProcessorExtension)originalMessage
- corresponding log message entitypromotion
- promotion that produced the build log.- Returns:
- processed result.
-
-