object Commit
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Commit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
author[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Commit, Option[A]]
Author of the commit
-
def
authorGravatar: SelectionBuilder[Commit, Option[String]]
Commit authors gravatar
-
def
authorName: SelectionBuilder[Commit, Option[String]]
Commit authors name
-
def
authoredDate: SelectionBuilder[Commit, Option[Time]]
Timestamp of when the commit was authored
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
description: SelectionBuilder[Commit, Option[String]]
Description of the commit message
-
def
descriptionHtml: SelectionBuilder[Commit, Option[String]]
The GitLab Flavored Markdown rendering of
description -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[Commit, String]
ID (global ID) of the commit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
message: SelectionBuilder[Commit, Option[String]]
Raw commit message
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
pipelines[A](status: Option[PipelineStatusEnum] = None, ref: Option[String] = None, sha: Option[String] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[PipelineConnection, A]): SelectionBuilder[Commit, Option[A]]
Pipelines of the commit ordered latest first
-
def
sha: SelectionBuilder[Commit, String]
SHA1 ID of the commit
-
def
signatureHtml: SelectionBuilder[Commit, Option[String]]
Rendered HTML of the commit signature
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
title: SelectionBuilder[Commit, Option[String]]
Title of the commit message
-
def
titleHtml: SelectionBuilder[Commit, Option[String]]
The GitLab Flavored Markdown rendering of
title -
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
webPath: SelectionBuilder[Commit, String]
Web path of the commit
-
def
webUrl: SelectionBuilder[Commit, String]
Web URL of the commit
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated