Options
All
  • Public
  • Public/Protected
  • All
Menu

Specific commit of a specific branch of the version control model repository for a Mendix project.

Hierarchy

  • ICommit

Index

Properties

author: IAuthor

An object with info about the author

date: string

The commit date and time in RFC 3339 format.

id: string

Commit ID. It will be a hash for Git repositories and a revision number for Subversion repositories.

mendixVersion?: string

The Mendix version used to make this commit, if available.

message: string

The commit message.

relatedStories: IRelatedStory[]

An array of related user story IDs, if available.

Generated using TypeDoc