Uses of Class
org.gitlab4j.api.models.TreeItem
Packages that use TreeItem
-
Uses of TreeItem in org.gitlab4j.api
Methods in org.gitlab4j.api 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.