File

class File

Returns information about a file 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 to the file in the repository.

Link copied to clipboard

The blob ID that contains the file information.

Link copied to clipboard

The extrapolated file mode permissions for the file. Valid values include EXECUTABLE and NORMAL.

Link copied to clipboard

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

Functions

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