public class JobBasePropertiesConstraints extends Object
| Constructor and Description |
|---|
JobBasePropertiesConstraints() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Period |
maxWallClockTime()
Get max time the job can run.
|
JobBasePropertiesConstraints |
withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
Set max time the job can run.
|
public org.joda.time.Period maxWallClockTime()
public JobBasePropertiesConstraints withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
maxWallClockTime - the maxWallClockTime value to setCopyright © 2019. All rights reserved.