Class EntryCreationContext<T>

java.lang.Object
sonia.scm.auditlog.EntryCreationContext<T>

public class EntryCreationContext<T> extends Object
  • Constructor Details

    • EntryCreationContext

      public EntryCreationContext(T object, T oldObject)
    • EntryCreationContext

      public EntryCreationContext(T object, T oldObject, Set<String> additionalLabels)
    • EntryCreationContext

      public EntryCreationContext(T object, T oldObject, String entity, Set<String> additionalLabels)