Package-level declarations
Properties
Functions
Link copied to clipboard
Changes the password linked to the Nexus User.
Link copied to clipboard
Creates a Nexus User with the necessary data.
Link copied to clipboard
Deletes a Nexus user and its data, removing all artifacts from its repository.
Link copied to clipboard
Gets a Nexus Repository by its case-sensitive name.
Link copied to clipboard
Gets a Nexus Role by its case-sensitive name.
Link copied to clipboard
Gets a Nexus User by its case-sensitive name.
Link copied to clipboard
Gets all Nexus Repositories.
Link copied to clipboard
suspend fun nexus(url: String, request: HttpRequest.Builder.() -> Unit = { GET() }): HttpResponse<String>
Sends an HTTP request using the NexusConfig.authorization header.
Link copied to clipboard
Validates that the Nexus Role for the user has the correct privileges.