GetRepositoryEnvironmentsPlainArgs

data class GetRepositoryEnvironmentsPlainArgs(val repository: String) : ConvertibleToJava<GetRepositoryEnvironmentsPlainArgs>

A collection of arguments for invoking getRepositoryEnvironments.

Constructors

Link copied to clipboard
constructor(repository: String)

Properties

Link copied to clipboard

Name of the repository to retrieve the environments from.

Functions

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