DiffPosition

object DiffPosition
class Object
trait Matchable
class Any

Value members

Concrete methods

def diffRefs[A](innerSelection: SelectionBuilder[DiffRefs, A]): SelectionBuilder[DiffPosition, A]

Information about the branch, HEAD, and base at the time of commenting.

Information about the branch, HEAD, and base at the time of commenting.

def filePath: SelectionBuilder[DiffPosition, String]

Path of the file that was changed.

Path of the file that was changed.

def height: SelectionBuilder[DiffPosition, Option[Int]]

Total height of the image.

Total height of the image.

def newLine: SelectionBuilder[DiffPosition, Option[Int]]

Line on HEAD SHA that was changed.

Line on HEAD SHA that was changed.

def newPath: SelectionBuilder[DiffPosition, Option[String]]

Path of the file on the HEAD SHA.

Path of the file on the HEAD SHA.

def oldLine: SelectionBuilder[DiffPosition, Option[Int]]

Line on start SHA that was changed.

Line on start SHA that was changed.

def oldPath: SelectionBuilder[DiffPosition, Option[String]]

Path of the file on the start SHA.

Path of the file on the start SHA.

def positionType: SelectionBuilder[DiffPosition, DiffPositionType]

Type of file the position refers to.

Type of file the position refers to.

def width: SelectionBuilder[DiffPosition, Option[Int]]

Total width of the image.

Total width of the image.

def x: SelectionBuilder[DiffPosition, Option[Int]]

X position of the note.

X position of the note.

def y: SelectionBuilder[DiffPosition, Option[Int]]

Y position of the note.

Y position of the note.