codestarconnections_get_repository_sync_status {paws.developer.tools} | R Documentation |
Returns details about the sync status for a repository
Description
Returns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.
See https://www.paws-r-sdk.com/docs/codestarconnections_get_repository_sync_status/ for full documentation.
Usage
codestarconnections_get_repository_sync_status(
Branch,
RepositoryLinkId,
SyncType
)
Arguments
Branch |
[required] The branch of the repository link for the requested repository sync status. |
RepositoryLinkId |
[required] The repository link ID for the requested repository sync status. |
SyncType |
[required] The sync type of the requested sync status. |
[Package paws.developer.tools version 0.7.0 Index]