Uses of Class
jetbrains.buildServer.serverSide.audit.AuditLogObject
-
Packages that use AuditLogObject Package Description jetbrains.buildServer.serverSide.audit jetbrains.buildServer.serverSide.impl.audit -
-
Uses of AuditLogObject in jetbrains.buildServer.serverSide.audit
Methods in jetbrains.buildServer.serverSide.audit that return AuditLogObject Modifier and Type Method Description AuditLogObjectAuditLog. getObject()Returns audit objectMethods in jetbrains.buildServer.serverSide.audit with parameters of type AuditLogObject Modifier and Type Method Description AuditLogActionAuditLogProvider. findLastAction(AuditLogObject object, ActionType... actionTypes)Returns the last action with one of the specified action types of the specified objectAuditLogActionAuditLogProvider. findLastAction(AuditLogObject object, ActionTypeSet actionTypeSet)Returns the last action with one of the specified action types of the specified objectCommentAuditLogProvider. findLastComment(AuditLogObject object, ActionType... actionTypes)Returns comment of the last action with one of the specified action types of the specified object -
Uses of AuditLogObject in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit with parameters of type AuditLogObject Modifier and Type Method Description AuditLogActionAuditLogProviderImpl. findLastAction(AuditLogObject auditObject, ActionType... actionTypes)AuditLogActionAuditLogProviderImpl. findLastAction(AuditLogObject auditObject, ActionTypeSet actionTypeSet)CommentAuditLogProviderImpl. findLastComment(AuditLogObject auditObject, ActionType... actionTypes)
-