FileModes

class FileModes

Information about file modes in a merge or pull request.

Types

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

Properties

Link copied to clipboard

The file mode of a file in the base of a merge or pull request.

Link copied to clipboard

The file mode of a file in the destination of a merge or pull request.

Link copied to clipboard

The file mode of a file in the source of a merge or pull request.

Functions

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