java.lang.Object | |
↳ | org.rundeck.api.OptionsBuilder |
Builder for job options
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build a new instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add an option
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Build a new instance. Use addOption(Object, Object)
to add some options, and then
toProperties()
when you're done !
Add an option
key | of the option |
---|---|
value | of the option |