DiffRefs

object DiffRefs
class Object
trait Matchable
class Any

Value members

Concrete methods

def baseSha: SelectionBuilder[DiffRefs, Option[String]]

Merge base of the branch the comment was made on.

Merge base of the branch the comment was made on.

def headSha: SelectionBuilder[DiffRefs, String]

SHA of the HEAD at the time the comment was made.

SHA of the HEAD at the time the comment was made.

def startSha: SelectionBuilder[DiffRefs, String]

SHA of the branch being compared against.

SHA of the branch being compared against.