Interface RepoRefResolver
Methods
providerIdFromPush
- providerIdFromPush(push: Push): string | null
-
Parameters
Returns string | null
repoRefFromPush
- repoRefFromPush(push: Push): RemoteRepoRef
-
Parameters
Returns RemoteRepoRef
repoRefFromSdmGoal
-
Parameters
Returns RemoteRepoRef
toRemoteRepoRef
- toRemoteRepoRef(repo: Fragment, opts: { branch?: string; sha?: string }): RemoteRepoRef
-
Parameters
-
-
opts: { branch?: string; sha?: string }
-
Optional branch?: string
-
Optional sha?: string
Returns RemoteRepoRef
Resolve a RemoteRepoRef from data in our model