GetBranchPlainArgs

data class GetBranchPlainArgs(val name: String, val project: String) : ConvertibleToJava<GetBranchPlainArgs>

A collection of arguments for invoking getBranch.

Constructors

Link copied to clipboard
constructor(name: String, project: String)

Properties

Link copied to clipboard

The name of the branch.

Link copied to clipboard

The full path or id of the project.

Functions

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