GitForkSyncRequestParameters interface
Parameters for creating a fork request
Properties
source | Fully-qualified identifier for the source repository. |
source |
If supplied, the set of ref mappings to use when performing a "sync" or create. If missing, all refs will be synchronized. |
Property Details
source
Fully-qualified identifier for the source repository.
source: GlobalGitRepositoryKey
Property Value
sourceToTargetRefs
If supplied, the set of ref mappings to use when performing a "sync" or create. If missing, all refs will be synchronized.
sourceToTargetRefs: SourceToTargetRef[]