Uses of Class
org.aoju.bus.gitlab.models.TreeItem
Packages that use TreeItem
-
Uses of TreeItem in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return types with arguments of type TreeItemModifier and TypeMethodDescriptionGet a list of repository files and directories in a project.Get a Pager of repository files and directories in a project.Get a list of repository files and directories in a project.Get a Pager of repository files and directories in a project.Get a list of repository files and directories in a project.RepositoryApi.getTree(Object projectIdOrPath, String filePath, String refName, Boolean recursive, int itemsPerPage) Get a Pager of repository files and directories in a project.RepositoryApi.getTreeStream(Object projectIdOrPath) Get a Stream of repository files and directories in a project.RepositoryApi.getTreeStream(Object projectIdOrPath, String filePath, String refName) Get a Stream of repository files and directories in a project.RepositoryApi.getTreeStream(Object projectIdOrPath, String filePath, String refName, Boolean recursive) Get a Stream of repository files and directories in a project.