Commit

object Commit
class Object
trait Matchable
class Any

Value members

Concrete methods

def author[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Commit, Option[A]]

Author of the commit.

Author of the commit.

def authorGravatar: SelectionBuilder[Commit, Option[String]]

Commit authors gravatar.

Commit authors gravatar.

def authorName: SelectionBuilder[Commit, Option[String]]

Commit authors name.

Commit authors name.

def authoredDate: SelectionBuilder[Commit, Option[Time]]

Timestamp of when the commit was authored.

Timestamp of when the commit was authored.

def description: SelectionBuilder[Commit, Option[String]]

Description of the commit message.

Description of the commit message.

def descriptionHtml: SelectionBuilder[Commit, Option[String]]

The GitLab Flavored Markdown rendering of description

The GitLab Flavored Markdown rendering of description

def id: SelectionBuilder[Commit, String]

ID (global ID) of the commit.

ID (global ID) of the commit.

def message: SelectionBuilder[Commit, Option[String]]

Raw commit message.

Raw commit message.

def pipelines[A](status: Option[PipelineStatusEnum], ref: Option[String], sha: Option[String], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[PipelineConnection, A]): SelectionBuilder[Commit, Option[A]]

Pipelines of the commit ordered latest first.

Pipelines of the commit ordered latest first.

def sha: SelectionBuilder[Commit, String]

SHA1 ID of the commit.

SHA1 ID of the commit.

def shortId: SelectionBuilder[Commit, String]

Short SHA1 ID of the commit.

Short SHA1 ID of the commit.

def signatureHtml: SelectionBuilder[Commit, Option[String]]

Rendered HTML of the commit signature.

Rendered HTML of the commit signature.

def title: SelectionBuilder[Commit, Option[String]]

Title of the commit message.

Title of the commit message.

def titleHtml: SelectionBuilder[Commit, Option[String]]

The GitLab Flavored Markdown rendering of title

The GitLab Flavored Markdown rendering of title

def webPath: SelectionBuilder[Commit, String]

Web path of the commit.

Web path of the commit.

def webUrl: SelectionBuilder[Commit, String]

Web URL of the commit.

Web URL of the commit.