Uses of Class
org.jclouds.jenkins.v1.domain.Job

Packages that use Job
org.jclouds.jenkins.v1.domain   
 

Uses of Job in org.jclouds.jenkins.v1.domain
 

Subclasses of Job in org.jclouds.jenkins.v1.domain
 class JobDetails
           
 

Fields in org.jclouds.jenkins.v1.domain with type parameters of type Job
protected  Set<Job> Node.jobs
           
protected  Set<Job> Node.Builder.jobs
           
 

Methods in org.jclouds.jenkins.v1.domain that return Job
 Job Job.Builder.build()
           
 

Methods in org.jclouds.jenkins.v1.domain that return types with arguments of type Job
 Set<Job> Node.getJobs()
           
 

Methods in org.jclouds.jenkins.v1.domain with parameters of type Job
protected  B Job.Builder.fromJob(Job in)
           
 Node.Builder Node.Builder.jobs(Job... jobs)
           
 

Method parameters in org.jclouds.jenkins.v1.domain with type arguments of type Job
 Node.Builder Node.Builder.jobs(Set<Job> jobs)
           
 

Constructor parameters in org.jclouds.jenkins.v1.domain with type arguments of type Job
Node(String name, String description, Set<Job> jobs)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.