Uses of Interface
org.nasdanika.models.gitlab.Tree
Packages that use Tree
Package
Description
-
Uses of Tree in org.nasdanika.models.gitlab
Subinterfaces of Tree in org.nasdanika.models.gitlabModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Branch'.Methods in org.nasdanika.models.gitlab that return TreeModifier and TypeMethodDescriptionGitLabFactory.createTree()Returns a new object of class 'Tree'. -
Uses of Tree in org.nasdanika.models.gitlab.impl
Classes in org.nasdanika.models.gitlab.impl that implement TreeModifier and TypeClassDescriptionclassAn implementation of the model object 'Branch'.classAn implementation of the model object 'Tree'.Methods in org.nasdanika.models.gitlab.impl that return Tree -
Uses of Tree in org.nasdanika.models.gitlab.util
Methods in org.nasdanika.models.gitlab.util that return TreeModifier and TypeMethodDescriptionprotected TreeLoader.createTree(long projectId, String refName, org.gitlab4j.api.models.TreeItem tree) Creates a model tree.protected TreeLoaderOld.createTree(Project modelProject, Branch modelBranch, org.gitlab4j.api.models.TreeItem tree) Deprecated.Creates a model tree.Methods in org.nasdanika.models.gitlab.util with parameters of type Tree