getUser

fun getUser(username: String): User?

Gets a User by its jenkins username.

Return

The user mapped to the jenkins username, or null if not found

Parameters

username

The username to lookup