Revision

class Revision

Information about the revision for a specific sync event, such as the branch, owner ID, and name of the repository.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The branch name for a specific revision.

Link copied to clipboard

The directory, if any, for a specific revision.

Link copied to clipboard

The owner ID for a specific revision, such as the GitHub owner ID for a GitHub repository.

Link copied to clipboard

The provider type for a revision, such as GitHub.

Link copied to clipboard

The repository name for a specific revision.

Link copied to clipboard
val sha: String

The SHA, such as the commit ID, for a specific revision.

Functions

Link copied to clipboard
inline fun copy(block: Revision.Builder.() -> Unit = {}): Revision
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String