public class CreateScopeJobProperties extends CreateJobProperties
| Constructor and Description |
|---|
CreateScopeJobProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
notifier()
Get the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.
|
List<ScopeJobResource> |
resources()
Get the list of resources that are required by the job.
|
CreateScopeJobProperties |
withNotifier(String notifier)
Set the list of email addresses, separated by semi-colons, to notify when the job reaches a terminal state.
|
CreateScopeJobProperties |
withResources(List<ScopeJobResource> resources)
Set the list of resources that are required by the job.
|
runtimeVersion, script, withRuntimeVersion, withScriptpublic List<ScopeJobResource> resources()
public CreateScopeJobProperties withResources(List<ScopeJobResource> resources)
resources - the resources value to setpublic String notifier()
public CreateScopeJobProperties withNotifier(String notifier)
notifier - the notifier value to setCopyright © 2019. All rights reserved.