Class TestInvestigationAuditLog
- java.lang.Object
-
- jetbrains.buildServer.responsibility.history.TestInvestigationAuditLog
-
public class TestInvestigationAuditLog extends Object
-
-
Constructor Summary
Constructors Constructor Description TestInvestigationAuditLog(AuditLogFactory auditLogFactory, ProjectManager projectManager, STestManager testManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
logRemovedBySystem(TestName testName, String projectId, String comment)
void
reportInvestigations(String projectId, Collection<TestName> testNames, Map<String,ResponsibilityEntryEx> cleanedUpInvestigations, ResponsibilityEntry newInvestigationEntry)
-
-
-
Constructor Detail
-
TestInvestigationAuditLog
public TestInvestigationAuditLog(@NotNull AuditLogFactory auditLogFactory, @NotNull ProjectManager projectManager, @NotNull STestManager testManager)
-
-
Method Detail
-
logRemovedBySystem
public void logRemovedBySystem(@NotNull TestName testName, @NotNull String projectId, @NotNull String comment)
-
reportInvestigations
public void reportInvestigations(String projectId, Collection<TestName> testNames, Map<String,ResponsibilityEntryEx> cleanedUpInvestigations, ResponsibilityEntry newInvestigationEntry)
-
-