Interface Commit

Commit refers to a VCS commit and all associated details.

Hierarchy

  • Commit

Properties

author_email: string

The email address of the VCS user that authored the Commit.

author_id?: string

The ID of the Member that authored the Commit, if known.

Format

uuid

author_identity: Identity

The Identity of the VCS user that authored the Commit.

created_at: string

The time/date the Commit was created.

Format

date-time

entity_type: string

A string description of this resource.

hash: string

The Commit hash.

id?: number

The unique ID of the Commit.

Format

int64

message: string

The Commit message.

repository_id?: number

The ID of the Repository that contains the Commit.

Format

int64

timestamp: string

The time/date the Commit was pushed.

Format

date-time

updated_at?: string

The time/date the Commit was updated.

Format

date-time

url: string

The URL of the Commit.

Generated using TypeDoc