GitForkSyncRequestParameters interface

Parameters for creating a fork request

Properties

source

Fully-qualified identifier for the source repository.

sourceToTargetRefs

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[]

Property Value