GetBranchPlainArgs

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

A collection of arguments for invoking getBranch.

Constructors

Link copied to clipboard
fun GetBranchPlainArgs(name: String, project: String)

Functions

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

Properties

Link copied to clipboard

The name of the branch.

Link copied to clipboard

The full path or id of the project.