Uses of Class
org.azd.git.types.GitForkSyncRequest
Packages that use GitForkSyncRequest
-
Uses of GitForkSyncRequest in org.azd.git
Methods in org.azd.git that return GitForkSyncRequestModifier and TypeMethodDescriptionGitApi.createForkSyncRequest(String repositoryName, String sourceCollectionId, String sourceProjectId, String sourceRepositoryId, Boolean includeLinks) Request that another repository's refs be fetched into this one.GitApi.createForkSyncRequest(String repositoryName, String collectionId, String projectId, String repositoryId, String sourceRef, String targetRef, Boolean includeLinks) Request that another repository's refs be fetched into this one.GitApi.getForkSyncRequest(String repositoryName, int OperationId, boolean includeLinks) Get a specific fork sync operation's details. -
Uses of GitForkSyncRequest in org.azd.git.types
Methods in org.azd.git.types that return types with arguments of type GitForkSyncRequestMethod parameters in org.azd.git.types with type arguments of type GitForkSyncRequestModifier and TypeMethodDescriptionvoidGitForkSyncRequests.setForkSyncRequest(List<GitForkSyncRequest> forkSyncRequest) -
Uses of GitForkSyncRequest in org.azd.interfaces
Methods in org.azd.interfaces that return GitForkSyncRequestModifier and TypeMethodDescriptionGitDetails.createForkSyncRequest(String repositoryName, String sourceCollectionId, String sourceProjectId, String sourceRepositoryId, Boolean includeLinks) GitDetails.createForkSyncRequest(String repositoryName, String collectionId, String projectId, String repositoryId, String sourceRef, String targetRef, Boolean includeLinks) GitDetails.getForkSyncRequest(String repositoryName, int OperationId, boolean includeLinks)