| Package | Description |
|---|---|
| com.atlassian.bitbucket.content | |
| com.atlassian.bitbucket.scm |
| Modifier and Type | Method and Description |
|---|---|
ContentTreeNode.Type |
Change.getNodeType()
|
ContentTreeNode.Type |
Submodule.getType() |
ContentTreeNode.Type |
ContentTreeNode.getType() |
ContentTreeNode.Type |
File.getType() |
ContentTreeNode.Type |
Directory.getType() |
ContentTreeNode.Type |
ContentService.getType(Repository repository,
String commitId,
String path)
Retrieves the type of object at the specified path.
|
static ContentTreeNode.Type |
ContentTreeNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentTreeNode.Type[] |
ContentTreeNode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Command<ContentTreeNode.Type> |
ScmCommandFactory.type(TypeCommandParameters parameters)
Retrieves the
type for the specified path
at the requested revision, if the path is present. |
Copyright © 2023 Atlassian. All rights reserved.