PutFileEntry

Information about a file added or updated as part of a commit.

Types

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

Properties

Link copied to clipboard

The content of the file, if a source file is not specified.

Link copied to clipboard

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

Link copied to clipboard

The full path to the file in the repository, including the name of the file.

Link copied to clipboard

The name and full path of the file that contains the changes you want to make as part of the commit, if you are not providing the file content directly.

Functions

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