Folder

class Folder

Returns information about a folder in a repository.

Types

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

Properties

Link copied to clipboard

The fully qualified path of the folder in the repository.

Link copied to clipboard

The relative path of the specified folder from the folder where the query originated.

Link copied to clipboard

The full SHA-1 pointer of the tree information for the commit that contains the folder.

Functions

Link copied to clipboard
inline fun copy(block: Folder.Builder.() -> Unit = {}): Folder
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