Revision

class Revision

Revision detail data for a commit and push that activates a sync attempt

Types

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

Properties

Link copied to clipboard

The repository branch.

Link copied to clipboard

The repository directory changed by a commit and push that activated the sync attempt.

Link copied to clipboard

The repository name.

Link copied to clipboard

The repository provider.

Link copied to clipboard
val sha: String

The secure hash algorithm (SHA) hash for the 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