Uses of Class
jetbrains.buildServer.serverSide.audit.ObjectWrapper
-
Packages that use ObjectWrapper Package Description jetbrains.buildServer.serverSide.audit jetbrains.buildServer.serverSide.impl.audit -
-
Uses of ObjectWrapper in jetbrains.buildServer.serverSide.audit
Methods in jetbrains.buildServer.serverSide.audit that return ObjectWrapper Modifier and Type Method Description ObjectWrapper[]AuditLogAction. getObjects()Returns the objects of the action, this operation can be slow and should not be called often -
Uses of ObjectWrapper in jetbrains.buildServer.serverSide.impl.audit
Methods in jetbrains.buildServer.serverSide.impl.audit that return types with arguments of type ObjectWrapper Modifier and Type Method Description List<ObjectWrapper>AuditAdditionalObjectProvider. getAdditionalObjects(long commentId, ActionType actionType)Returns all additional objects of the specified audit action with their ids.List<ObjectWrapper>AuditAdditionalObjectProviderImpl. getAdditionalObjects(long commentId, ActionType actionType)
-