getJobInfo

fun getJobInfo(username: String, jobName: String): JenkinsJob?

Gets the information of a Jenkins job.

Return

The job information, or null if the job doesn't exist.

Parameters

username

The username of the user.

jobName

The name of the job.