RepositoryUri

data class RepositoryUri(val api: String? = null, val gitHttps: String? = null, val html: String? = null)

Constructors

Link copied to clipboard
constructor(api: String? = null, gitHttps: String? = null, html: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val api: String? = null

(Output) API is the URI for API access.

Link copied to clipboard
val gitHttps: String? = null

(Output) git_https is the git HTTPS URI for git operations.

Link copied to clipboard
val html: String? = null

(Output) HTML is the URI for the user to view the repository in a browser.