GetRepositoryFilePlainArgs

data class GetRepositoryFilePlainArgs(val filePath: String, val project: String, val ref: String) : ConvertibleToJava<GetRepositoryFilePlainArgs>

A collection of arguments for invoking getRepositoryFile.

Constructors

Link copied to clipboard
constructor(filePath: String, project: String, ref: String)

Properties

Link copied to clipboard

The full path of the file. It must be relative to the root of the project without a leading slash / or ./.

Link copied to clipboard

The name or ID of the project.

Link copied to clipboard
val ref: String

The name of branch, tag or commit.

Functions

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