Uses of Class
jetbrains.buildServer.controllers.audit.AuditLogData.TreeListItem
-
Packages that use AuditLogData.TreeListItem Package Description jetbrains.buildServer.controllers.audit -
-
Uses of AuditLogData.TreeListItem in jetbrains.buildServer.controllers.audit
Methods in jetbrains.buildServer.controllers.audit that return types with arguments of type AuditLogData.TreeListItem Modifier and Type Method Description List<AuditLogData.TreeListItem>
AuditLogData. getActionTypeSets()
List<AuditLogData.TreeListItem>
AuditLogData. getFilterScopes()
Constructors in jetbrains.buildServer.controllers.audit with parameters of type AuditLogData.TreeListItem Constructor Description TreeListItem(AuditLogData.TreeListItem parent, boolean isGroup, String id, String name, String description)
-