SourceControlResourceGroup

A source control resource group is a collection of source control resource states.

Online Documentation

Properties

Link copied to clipboard
abstract var contextValue: String?

Context value of the resource group. This can be used to contribute resource group specific actions. For example, if a resource group is given a context value of exportable, when contributing actions to scm/resourceGroup/context using menus extension point, you can specify context value for key scmResourceGroupState in when expressions, like scmResourceGroupState == exportable.

Link copied to clipboard
abstract var hideWhenEmpty: Boolean?

Whether this source control resource group is hidden when it contains no source control resource states.

Link copied to clipboard
abstract val id: String

The id of this source control resource group.

Link copied to clipboard
abstract var label: String

The label of this source control resource group.

Link copied to clipboard

Functions

Link copied to clipboard
abstract override fun dispose()

Dispose this source control resource group.