Skip to content

CommitFile

[Source]

A file changed in a commit, with its SHA, modification status, and filename.

class val CommitFile

Constructors

create

[Source]

new val create(
  creds: Credentials val,
  sha': String val,
  status': String val,
  filename': String val)
: CommitFile val^

Parameters

Returns


Public fields

let sha: String val

[Source]


let status: String val

[Source]


let filename: String val

[Source]