A grouping for tasks. The editor by default supports the 'Clean', 'Build', 'RebuildAll' and 'Test' group.
A grouping for tasks. The editor by default supports the 'Clean', 'Build', 'RebuildAll' and 'Test' group.
(build task-group)
The build task group;
Returns: TaskGroup
The build task group; **Returns:** `TaskGroup`
(clean task-group)
The clean task group;
Returns: TaskGroup
The clean task group; **Returns:** `TaskGroup`
(default? task-group)
Whether the task that is part of this group is the default for the group. This property cannot be set through API, and is controlled by a user's task configurations.
Returns: boolean | undefined
Whether the task that is part of this group is the default for the group. This property cannot be set through API, and is controlled by a user's task configurations. **Returns:** `boolean | undefined`
(id task-group)
The ID of the task group. Is one of TaskGroup.Clean.id, TaskGroup.Build.id, TaskGroup.Rebuild.id, or TaskGroup.Test.id.
Returns: string
The ID of the task group. Is one of TaskGroup.Clean.id, TaskGroup.Build.id, TaskGroup.Rebuild.id, or TaskGroup.Test.id. **Returns:** `string`
(rebuild task-group)
The rebuild all task group;
Returns: TaskGroup
The rebuild all task group; **Returns:** `TaskGroup`
(set-build! task-group value)
The build task group;
The build task group;
(set-clean! task-group value)
The clean task group;
The clean task group;
(set-rebuild! task-group value)
The rebuild all task group;
The rebuild all task group;
(set-test! task-group value)
The test all task group;
The test all task group;
(test task-group)
The test all task group;
Returns: TaskGroup
The test all task group; **Returns:** `TaskGroup`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close