Class GenericInvestigationAuditLogger
- java.lang.Object
-
- jetbrains.buildServer.responsibility.history.GenericInvestigationAuditLogger
-
public final class GenericInvestigationAuditLogger extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AuditLogFactory
myAuditLogFactory
protected ProjectManager
myProjectManager
-
Constructor Summary
Constructors Constructor Description GenericInvestigationAuditLogger(AuditLogFactory auditLogFactory, ProjectManager projectManager, InvestigationActionTypes actionTypes)
-
-
-
Field Detail
-
myAuditLogFactory
@NotNull protected final AuditLogFactory myAuditLogFactory
-
myProjectManager
@NotNull protected final ProjectManager myProjectManager
-
-
Constructor Detail
-
GenericInvestigationAuditLogger
public GenericInvestigationAuditLogger(@NotNull AuditLogFactory auditLogFactory, @NotNull ProjectManager projectManager, @NotNull InvestigationActionTypes actionTypes)
-
-