Class AuditLogData.TreeListItem
- java.lang.Object
-
- jetbrains.buildServer.controllers.audit.AuditLogData.TreeListItem
-
- Enclosing class:
- AuditLogData
public static class AuditLogData.TreeListItem extends Object
-
-
Constructor Summary
Constructors Constructor Description TreeListItem(AuditLogData.TreeListItem parent, boolean isGroup, String id, String name, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetFullName()StringgetId()intgetLimitedDepth()StringgetName()booleanisGroup()
-
-
-
Constructor Detail
-
TreeListItem
public TreeListItem(@Nullable AuditLogData.TreeListItem parent, boolean isGroup, @NotNull String id, @NotNull String name, @Nullable String description)
-
-