SymbolicLink

Returns information about a symbolic link in a repository folder.

Types

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

Properties

Link copied to clipboard

The fully qualified path to the folder that contains the symbolic link.

Link copied to clipboard

The blob ID that contains the information about the symbolic link.

Link copied to clipboard

The file mode permissions of the blob that cotains information about the symbolic link.

Link copied to clipboard

The relative path of the symbolic link from the folder where the query originated.

Functions

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