Package org.jclouds.gogrid.domain
Class Job.Builder<T extends Job.Builder<T>>
java.lang.Object
org.jclouds.gogrid.domain.Job.Builder<T>
- Enclosing class:
Job
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected Option
protected Date
protected JobState
protected Set
<JobProperties> protected long
protected Date
protected ObjectType
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattempts
(int attempts) build()
currentState
(JobState currentState) history
(Set<JobProperties> history) history
(JobProperties... in) id
(long id) lastUpdatedOn
(Date lastUpdatedOn) objectType
(ObjectType objectType) protected abstract T
self()
-
Field Details
-
id
protected long id -
command
-
objectType
-
createdOn
-
lastUpdatedOn
-
currentState
-
attempts
protected int attempts -
owner
-
history
-
details
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
-
id
- See Also:
-
command
- See Also:
-
objectType
- See Also:
-
createdOn
- See Also:
-
lastUpdatedOn
- See Also:
-
currentState
- See Also:
-
attempts
- See Also:
-
owner
- See Also:
-
history
- See Also:
-
history
-
details
- See Also:
-
build
-
fromJob
-