NexusConfig

data class NexusConfig(val url: String, val username: String, val password: String)

The Nexus configuration.

Constructors

Link copied to clipboard
constructor(url: String, username: String, password: String)

Properties

Link copied to clipboard

The authorization header based on the username and password.

Link copied to clipboard

The password of the admin user.

Link copied to clipboard
val url: String

The URL to the Nexus Instance.

Link copied to clipboard

The username of the admin user.