GetBranchPlainArgs

data class GetBranchPlainArgs(val branch: String, val repository: String) : ConvertibleToJava<GetBranchPlainArgs>

A collection of arguments for invoking getBranch.

Constructors

Link copied to clipboard
constructor(branch: String, repository: String)

Properties

Link copied to clipboard

The repository branch to retrieve.

Link copied to clipboard

The GitHub repository name.

Functions

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