Package | Description |
---|---|
org.jclouds.gogrid.domain |
Modifier and Type | Field and Description |
---|---|
protected Set<JobProperties> |
Job.Builder.history |
Modifier and Type | Method and Description |
---|---|
JobProperties |
JobProperties.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<JobProperties> |
Job.getHistory() |
Modifier and Type | Method and Description |
---|---|
int |
JobProperties.compareTo(JobProperties o) |
T |
JobProperties.Builder.fromJobProperties(JobProperties in) |
T |
Job.Builder.history(JobProperties... in) |
Modifier and Type | Method and Description |
---|---|
T |
Job.Builder.history(Set<JobProperties> history) |
Constructor and Description |
---|
Job(long id,
Option command,
ObjectType objectType,
Date createdOn,
Date lastUpdatedOn,
JobState currentState,
int attempts,
String owner,
Set<JobProperties> history,
Map<String,String> details) |
Copyright © 2009-2013 jclouds. All Rights Reserved.