| project |
The project to set |
Yes |
| part |
The part to set. Generic value is acceptable.
For example, to get values for all parts of the whole project, set
the value to *. |
No, the default is *. |
| buildDescriptorType |
A case insensitive string, which must be one
of the following values:- NonJavaScriptDebug
- JavaScriptDebug
- JavaTarget
- JavaScriptTarget
- CobolTarget
|
Yes |
| buildDescriptorFilePropertyName |
The name of the property to receive the value
of buildDescriptorFile. The value cannot be null. If it is not specified,
it will inherit from the parent. |
Yes |
| buildDescriptorNamePropertyName |
The name of the property to receive the value
of buildDescriptorName. The value cannot be null. If not specified,
it will inherit from the parent. |
Yes |
| failOnError |
Whether or not the build should fail if there
is an error. |
No, the default is true. |
| verbose |
If true, show all the logs. If false, only show
important logs. |
No, the default is true. |