Class PasswordMaskingLogMutator

java.lang.Object
com.atlassian.bamboo.build.logger.interceptors.PasswordMaskingLogMutator
All Implemented Interfaces:
LogMutator

public class PasswordMaskingLogMutator extends Object implements LogMutator
  • Constructor Details

    • PasswordMaskingLogMutator

      public PasswordMaskingLogMutator(VariableContext variableContext)
  • Method Details

    • mutate

      public LogEntry mutate(@NotNull @NotNull LogEntry logEntry)
      Description copied from interface: LogMutator
      Method invoked whenever a new log entry is logged
      Specified by:
      mutate in interface LogMutator
    • mutateError

      public LogEntry mutateError(@NotNull @NotNull LogEntry logEntry)
      Description copied from interface: LogMutator
      Method invoked whenever a new error log entry is logged
      Specified by:
      mutateError in interface LogMutator