Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TaskGroup

A grouping for tasks. The editor by default supports the 'Clean', 'Build', 'RebuildAll' and 'Test' group.

Hierarchy

  • TaskGroup

Index

Properties(6)

Constructors(1)

Properties(6)

Static Clean

Clean: TaskGroup

The clean task group;

Static Build

Build: TaskGroup

The build task group;

Static Rebuild

Rebuild: TaskGroup

The rebuild all task group;

Static Test

Test: TaskGroup

The test all task group;

Readonly isDefault

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.

Readonly id

id: string

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

Constructors(1)

Private constructor

  • new TaskGroup(id: string, label: string): TaskGroup
  • Private constructor

    Parameters

    • id: string

      Identifier of a task group.

    • label: string

      The human-readable name of a task group.

    Returns TaskGroup

Generated by TypeDoc. Maintained by 洛竹