File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -382,14 +382,16 @@ will be used for repository paths.
382
382
### return the field value [GET ]
383
383
384
384
The repository path is relative to source root. Examples of field names:
385
- - `working` (boolean)
386
- - `type` (string)
387
- - `remote` (boolean)
388
- - `parent` (string)
389
- - `branch` (string)
390
- - `currentVersion` (string)
391
- - handleRenamedFiles (boolean)
392
- - `historyEnabled` (boolean)
385
+ - `working` (boolean) - is the repository capable of running underlying SCM
386
+ commands
387
+ - `type` (string) - type of SCM
388
+ - `remote` (boolean) - is the SCM source remote
389
+ - `parent` (string) - origin/parent of the SCM
390
+ - `branch` (string) - branch identification
391
+ - `currentVersion` (string) - current revision ID
392
+ - `handleRenamedFiles` (boolean) - whether to handle renamed files for history
393
+ cache generation
394
+ - `historyEnabled` (boolean) - is history enabled
393
395
394
396
The repository path is relative to source root.
395
397
You can’t perform that action at this time.
0 commit comments