public interface JobConfigBuilder extends Buildable.Builder<JobConfigBuilder,JobConfig>
JobConfig
object.Modifier and Type | Method and Description |
---|---|
JobConfigBuilder |
addArg(Object arg)
|
JobConfigBuilder |
addConfig(String name,
Object value)
|
JobConfigBuilder |
addParam(String param,
Object value)
|
build, from
JobConfigBuilder addConfig(String name, Object value)
name
- the name of the configurationvalue
- the value of the configurationJobConfigBuilder addArg(Object arg)
arg
- the argumentJobConfigBuilder addParam(String param, Object value)
param
- the name of the parametervalue
- the value of the parameterCopyright © 2017. All rights reserved.