Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RepositoryCommit

Commit object with commit information.

Properties

Optional authorEmail

authorEmail: undefined | string

Email of the author of the repository.

Optional authorName

authorName: undefined | string

Name of the author of the repository.

commitId

commitId: string

Commit hash pointed to by reference name.

commitMessage

commitMessage: string

The commit message.

Optional committerEmail

committerEmail: undefined | string

Email of who creates the commit.

Optional committerName

committerName: undefined | string

Name of who creates the commit.

Optional parentCommitIds

parentCommitIds: Array<string>

An array of parent commit IDs of created commit.

Optional timeCreated

timeCreated: Date

The time at which commit was created.

Optional treeId

treeId: undefined | string

Tree information for the specified commit.

Functions

getDeserializedJsonObj

getJsonObj