FileComparisonRenamed

final case class FileComparisonRenamed(sha: String, filename: String, additions: Int, deletions: Int, changes: Int, blob_url: String, raw_url: String, contents_url: String, patch: Option[String], previous_filename: String) extends FileComparison

Represents a file comparison where the file was renamed. The patch field will exist if there were also small internal file changes, and the previous_filename field is guaranteed to exist, containing the file's previous filename.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getPatch: Option[String]
def getPreviousFilename: Option[String]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val status: String