
| Key: |
JS-274
|
| Type: |
Sub-task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
extern
|
| Reporter: |
Andreas Püschel
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Job chains shall have a title:
1) Configuration
<job_chain name="my_chain" title="My Chain">...</job_chain>
Job chain configurations in XML files or hot folders support the attribute title=
2) XML Answers
XML answers from Job Scheduler that return job chains shall return the attribute title=
3) API
- Set the title:
my_job_chain.title = "My Chain"
- Read the title
echo my_job_chain.title
|
|
Description
|
Job chains shall have a title:
1) Configuration
<job_chain name="my_chain" title="My Chain">...</job_chain>
Job chain configurations in XML files or hot folders support the attribute title=
2) XML Answers
XML answers from Job Scheduler that return job chains shall return the attribute title=
3) API
- Set the title:
my_job_chain.title = "My Chain"
- Read the title
echo my_job_chain.title
|
Show » |
| There are no comments yet on this issue.
|
|