Uses of Interface
com.atlassian.bitbucket.scm.git.command.lstree.GitLsTreeBuilder
Packages that use GitLsTreeBuilder
Package
Description
-
Uses of GitLsTreeBuilder in com.atlassian.bitbucket.scm.git.command
Methods in com.atlassian.bitbucket.scm.git.command that return GitLsTreeBuilder -
Uses of GitLsTreeBuilder in com.atlassian.bitbucket.scm.git.command.lstree
Methods in com.atlassian.bitbucket.scm.git.command.lstree that return GitLsTreeBuilderModifier and TypeMethodDescriptionGitLsTreeBuilder.clearPaths()reset the paths provided to emptyGitLsTreeBuilder.nullTerminated(boolean value) Offers a way to filter the subtree passed in viatree(String, String)to zero to many paths by matching the name of the node in the tree.GitLsTreeBuilder.recursive(boolean value) GitLsTreeBuilder.sizes(boolean value) Offers a convenient shorthand for identifying a subtree in a given commit.