FileComparison

github4s.domain.RepoUrlKeys.FileComparison
See theFileComparison companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class FileComparisonNotRenamed(sha: String, filename: String, status: String, additions: Int, deletions: Int, changes: Int, blob_url: String, raw_url: String, contents_url: String, patch: String) extends FileComparison

Represents a file comparison where a file was not renamed.

Represents a file comparison where a file was not renamed.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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.

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.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror