Package | Description |
---|---|
com.atlassian.bitbucket.scm.git.command | |
com.atlassian.bitbucket.scm.git.command.lstree |
Modifier and Type | Method and Description |
---|---|
GitLsTreeBuilder |
GitScmCommandBuilder.lsTree() |
Modifier and Type | Method and Description |
---|---|
GitLsTreeBuilder |
GitLsTreeBuilder.clearPaths()
reset the paths provided to empty
|
GitLsTreeBuilder |
GitLsTreeBuilder.nullTerminated(boolean value) |
GitLsTreeBuilder |
GitLsTreeBuilder.path(String path)
Offers a way to filter the subtree passed in via
tree(String, String) to zero to many paths by
matching the name of the node in the tree. |
GitLsTreeBuilder |
GitLsTreeBuilder.paths(Iterable<String> values) |
GitLsTreeBuilder |
GitLsTreeBuilder.paths(String value,
String... values) |
GitLsTreeBuilder |
GitLsTreeBuilder.recursive(boolean value) |
GitLsTreeBuilder |
GitLsTreeBuilder.sizes(boolean value) |
GitLsTreeBuilder |
GitLsTreeBuilder.tree(String value) |
GitLsTreeBuilder |
GitLsTreeBuilder.tree(String rev,
String file)
Offers a convenient shorthand for identifying a subtree in a given commit.
|
Copyright © 2019 Atlassian. All rights reserved.