GetRepositoryCustomPropertiesPlainArgs

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

A collection of arguments for invoking getRepositoryCustomProperties.

Constructors

Link copied to clipboard
constructor(repository: String)

Properties

Link copied to clipboard

Name of the repository to retrieve the custom properties from.

Functions

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