TaskSpec
class TaskSpec extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $computeResourceType | ||
protected | $computeResourceDataType | ||
protected | $environmentType | ||
protected | $environmentDataType | ||
string[] | $environments | ||
protected | $lifecyclePoliciesType | ||
protected | $lifecyclePoliciesDataType | ||
int | $maxRetryCount | ||
string | $maxRunDuration | ||
protected | $runnablesType | ||
protected | $runnablesDataType | ||
protected | $volumesType | ||
protected | $volumesDataType |
Methods
getComputeResource()
No description
getEnvironment()
No description
setEnvironments($environments)
No description
string[]
getEnvironments()
No description
setLifecyclePolicies($lifecyclePolicies)
No description
getLifecyclePolicies()
No description
setMaxRetryCount($maxRetryCount)
No description
int
getMaxRetryCount()
No description
setMaxRunDuration($maxRunDuration)
No description
string
getMaxRunDuration()
No description
setRunnables($runnables)
No description
Runnable[]
getRunnables()
No description
setVolumes($volumes)
No description
Volume[]
getVolumes()
No description
Details
setComputeResource(ComputeResource $computeResource)
No description
ComputeResource
getComputeResource()
No description
setEnvironment(Environment $environment)
No description
Environment
getEnvironment()
No description
setEnvironments($environments)
No description
string[]
getEnvironments()
No description
setLifecyclePolicies($lifecyclePolicies)
No description
LifecyclePolicy[]
getLifecyclePolicies()
No description
setMaxRetryCount($maxRetryCount)
No description
int
getMaxRetryCount()
No description
setMaxRunDuration($maxRunDuration)
No description
string
getMaxRunDuration()
No description
setRunnables($runnables)
No description
Runnable[]
getRunnables()
No description
setVolumes($volumes)
No description
Volume[]
getVolumes()
No description