class WorkspaceGit extends AbstractObject implements IdAble, Node

Local git state for a workspace.

Properties

$lastQuery from  AbstractObject

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

head()

The checked-out HEAD of this workspace.

Id
id()

A unique identifier for this WorkspaceGit.

uncommitted()

Uncommitted changes in this workspace, using the same rules as GitRepository.uncommitted.

Details

in AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

Parameters

AbstractClient $client
QueryBuilderChain $queryBuilderChain

in AbstractObject at line 19
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

QueryBuilder $leafQueryBuilder
string $leafKey

Return Value

null|array|string|int|float|bool

at line 19
GitRef head()

The checked-out HEAD of this workspace.

Return Value

GitRef

at line 28
Id id()

A unique identifier for this WorkspaceGit.

Return Value

Id

at line 37
Changeset uncommitted()

Uncommitted changes in this workspace, using the same rules as GitRepository.uncommitted.

Return Value

Changeset