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 set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/