Class InvestigationHistoryRowObject
- java.lang.Object
-
- jetbrains.buildServer.controllers.audit.InvestigationHistoryRowObject
-
- All Implemented Interfaces:
JsonObject
public class InvestigationHistoryRowObject extends Object implements JsonObject
-
-
Constructor Summary
Constructors Constructor Description InvestigationHistoryRowObject(AuditLogAction auditLogAction, UserModel userModelEx, SecurityContextEx securityContextEx, UserAvatarsManager userAvatarsManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionType
getActionType()
String
getCommentText()
String
getPreviousCommentText()
void
setCommentText(String commentText)
void
setPreviousCommentText(String commentText)
-
-
-
Constructor Detail
-
InvestigationHistoryRowObject
public InvestigationHistoryRowObject(@NotNull AuditLogAction auditLogAction, @NotNull UserModel userModelEx, @NotNull SecurityContextEx securityContextEx, @NotNull UserAvatarsManager userAvatarsManager)
-
-
Method Detail
-
getActionType
public ActionType getActionType()
-
getCommentText
public String getCommentText()
-
getPreviousCommentText
public String getPreviousCommentText()
-
setCommentText
public void setCommentText(String commentText)
-
setPreviousCommentText
public void setPreviousCommentText(String commentText)
-
-