Package | Description |
---|---|
org.jclouds.jenkins.v1.domain |
Modifier and Type | Class and Description |
---|---|
class |
JobDetails |
Modifier and Type | Field and Description |
---|---|
protected Set<Job> |
Node.jobs |
protected Set<Job> |
Node.Builder.jobs |
Modifier and Type | Method and Description |
---|---|
Job |
Job.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<Job> |
Node.getJobs() |
Modifier and Type | Method and Description |
---|---|
protected B |
Job.Builder.fromJob(Job in) |
Node.Builder |
Node.Builder.jobs(Job... jobs) |
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.jobs(Set<Job> jobs) |
Constructor and Description |
---|
Node(String name,
String description,
Set<Job> jobs) |
Copyright © 2009-2013 jclouds. All Rights Reserved.