existsUser

fun existsUser(username: String): Boolean

Checks if a Jenkins user exists.

Return

true if the user exists, false otherwise.

Parameters

username

The username of the user.