| com.atlassian.bitbucket.content.ConflictChange |
A minimal subset of a Change describing how a path was changed on one side of a Conflict. For some
types of changes, a source path will also be included.
Note: The path in the repository for which the Conflict happened may be either the getPath()
or the getSrcPath().
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the path that was
changed or, for copies and
moves/renames, the path after the change was applied. | |||||||||||
For certain
types of changes, retrieves the path prior to the change. | |||||||||||
Retrieves the
type of change that was made on this side of the conflict. | |||||||||||
Retrieves the path that was changed or, for copies and
moves/renames, the path after the change was applied.
moves/renames, the path after the change
For certain types of changes, retrieves the path prior to the change.
Copies and moves/renames should attempt to provide a
source path. However, due to the vagaries of source control, it is possible they will be unable to. Callers
should not assume this path will be provided even for copies, moves or renames.
Retrieves the type of change that was made on this side of the conflict.