Constructors

Properties

Constructors

Properties

id: string

The ID of the task group. Is one of TaskGroup.Clean.id, TaskGroup.Build.id, TaskGroup.Rebuild.id, or TaskGroup.Test.id.

isDefault: undefined | boolean

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.

Build: TaskGroup

The build task group

Clean: TaskGroup

The clean task group

Rebuild: TaskGroup

The rebuild all task group

Test: TaskGroup

The test all task group