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 AuditLogObject
AuditLog. getObject()
Returns audit objectMethods in jetbrains.buildServer.serverSide.audit with parameters of type AuditLogObject Modifier and Type Method Description AuditLogAction
AuditLogProvider. findLastAction(AuditLogObject object, ActionType... actionTypes)
Returns the last action with one of the specified action types of the specified objectAuditLogAction
AuditLogProvider. findLastAction(AuditLogObject object, ActionTypeSet actionTypeSet)
Returns the last action with one of the specified action types of the specified objectComment
AuditLogProvider. 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 AuditLogAction
AuditLogProviderImpl. findLastAction(AuditLogObject auditObject, ActionType... actionTypes)
AuditLogAction
AuditLogProviderImpl. findLastAction(AuditLogObject auditObject, ActionTypeSet actionTypeSet)
Comment
AuditLogProviderImpl. findLastComment(AuditLogObject auditObject, ActionType... actionTypes)
-