Package | Description |
---|---|
com.atlassian.bitbucket.content | |
com.atlassian.bitbucket.nav |
Modifier and Type | Class and Description |
---|---|
class |
SimplePath |
Modifier and Type | Method and Description |
---|---|
Path |
Diff.getDestination()
Retrieves the path for the changed file.
|
Path |
DirectoryRevision.getPath() |
Path |
ContentTreeNode.getPath() |
Path |
Change.getPath()
The path to the changed content.
|
Path |
ConflictChange.getPath()
Retrieves the path that was
changed or, for copies and
moves/renames , the path after the change was applied. |
Path |
Diff.getSource()
Retrieves the path for the file before it was changed.
|
Path |
Change.getSrcPath()
The path at which the changed content originated.
|
Path |
ConflictChange.getSrcPath()
For certain
types of changes , retrieves the path prior to the change. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDiffContentCallback.onBinary(Path src,
Path dst) |
void |
DiffContentCallback.onBinary(Path src,
Path dst)
Called to indicate a binary file differs.
|
void |
AbstractDiffContentCallback.onDiffStart(Path src,
Path dst) |
void |
DiffContentCallback.onDiffStart(Path src,
Path dst)
Called to mark the start of an overall diff.
|
Constructor and Description |
---|
SimplePath(Path path) |
Modifier and Type | Method and Description |
---|---|
NavBuilder.Commit |
NavBuilder.Commit.change(Path path)
Adds an anchor for the specified path, producing a URL like /projects/PROJ/repos/repo/commits/ID#path.
|
NavBuilder.PathBuilder<B> |
NavBuilder.PathBuilder.path(Path path) |
Copyright © 2019 Atlassian. All rights reserved.