Class BuildProblemInvestigationAuditLog
- java.lang.Object
-
- jetbrains.buildServer.responsibility.history.BuildProblemInvestigationAuditLog
-
public class BuildProblemInvestigationAuditLog extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildProblemInvestigationAuditLog(AuditLogFactory auditLogFactory, ProjectManager projectManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
logRemovedBySystem(BuildProblemInfo buildProblemInfo, String removeReasonLogString)
void
reportBuildProblem(BuildProblemInfo currentBuildProblem, Map<String,ResponsibilityEntryEx> cleanedUpInvestigations, ResponsibilityEntry newInvestigationEntry)
-
-
-
Constructor Detail
-
BuildProblemInvestigationAuditLog
public BuildProblemInvestigationAuditLog(@NotNull AuditLogFactory auditLogFactory, @NotNull ProjectManager projectManager)
-
-
Method Detail
-
logRemovedBySystem
public void logRemovedBySystem(@NotNull BuildProblemInfo buildProblemInfo, @NotNull String removeReasonLogString)
-
reportBuildProblem
public void reportBuildProblem(@NotNull BuildProblemInfo currentBuildProblem, @NotNull Map<String,ResponsibilityEntryEx> cleanedUpInvestigations, @NotNull ResponsibilityEntry newInvestigationEntry)
-
-