-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document container tasks in GMP doc #688
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just removed some additional spaces. Not sure if they have been added by intention.
@@ -5777,6 +5777,18 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. | |||
<p> | |||
The client uses the create_task command to create a new task. | |||
</p> | |||
<p> | |||
When given a target with an id of 0, the command creates a | |||
"container" task. This kind of task can not be run, but it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"container" task. This kind of task can not be run, but it | |
"container" task. This kind of task can not be run, but it |
When given a target with an id of 0, the command creates a | ||
"container" task. This kind of task can not be run, but it | ||
is possible to import reports into the task. Importing is | ||
done using the create_report command. The report being |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done using the create_report command. The report being | |
done using the create_report command. The report being |
@@ -20408,6 +20436,12 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. | |||
the values of the sort order, sort field and apply overrides flag | |||
that the manager applied when selecting the tasks. | |||
</p> | |||
<p> | |||
A task may be a "container" task. This means the task may not be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A task may be a "container" task. This means the task may not be | |
A task may be a "container" task. This means the task may not be |
<p> | ||
A task may be a "container" task. This means the task may not be | ||
run, but reports may be uploaded to the task with the command | ||
create_report. Container tasks are identified by having an empty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create_report. Container tasks are identified by having an empty | |
create_report. Container tasks are identified by having an empty |
@@ -20899,6 +20933,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. | |||
<name>id</name> | |||
<type>uuid</type> | |||
<required>1</required> | |||
<summary>ID of target. Empty for container tasks</summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<summary>ID of target. Empty for container tasks</summary> | |
<summary>ID of target. Empty for container tasks</summary> |
These are to make the text easier to read in fixed width fonts, like on a terminal. I'm reluctant to change it in this patch because it's all over the document already. |
Feel free to leave the PR as it is :-) |
Checklist: