NAME
Net::Jenkins::Job
ATTRIBUTES
name
color
url
api
METHODS
delete
Delete this job.
update ($xml)
$xml [Str]
Update job configuration from XML.
copy ($new_job_name)
$new_job_name [Str]
Copy from a job.
enable
Enable this job.
disable
Disable this job.
build
Trigger build
details
[HashRef] Get job details
description
[Str] Get job description
in_queue
[Bool] Is this job in queue ?
builds
Net::Jenkins::Job::Build[] get build objects.
last_build
Net::Jenkins::Job::Build Get last build.
first_build
Net::Jenkins::Job::Build Get first build.