GetRepositoryTreePlainArgs

data class GetRepositoryTreePlainArgs(val path: String? = null, val project: String, val recursive: Boolean? = null, val ref: String) : ConvertibleToJava<GetRepositoryTreePlainArgs>

A collection of arguments for invoking getRepositoryTree.

Constructors

Link copied to clipboard
constructor(path: String? = null, project: String, recursive: Boolean? = null, ref: String)

Properties

Link copied to clipboard
val path: String? = null

The path inside repository. Used to get content of subdirectories.

Link copied to clipboard

The ID or full path of the project owned by the authenticated user.

Link copied to clipboard
val recursive: Boolean? = null

Boolean value used to get a recursive tree (false by default).

Link copied to clipboard
val ref: String

The name of a repository branch or tag.

Functions

Link copied to clipboard
open override fun toJava(): GetRepositoryTreePlainArgs