Uses of Interface
org.apache.nifi.registry.flow.git.client.GitRepositoryClient
Packages that use GitRepositoryClient
-
Uses of GitRepositoryClient in org.apache.nifi.registry.flow.git
Fields in org.apache.nifi.registry.flow.git declared as GitRepositoryClientModifier and TypeFieldDescriptionprivate GitRepositoryClientAbstractGitFlowRegistryClient.repositoryClientMethods in org.apache.nifi.registry.flow.git that return GitRepositoryClientModifier and TypeMethodDescriptionprotected abstract GitRepositoryClientAbstractGitFlowRegistryClient.createRepositoryClient(org.apache.nifi.registry.flow.FlowRegistryClientConfigurationContext context) Creates the repository client based on the current configuration context.protected GitRepositoryClientAbstractGitFlowRegistryClient.getRepositoryClient(org.apache.nifi.registry.flow.FlowRegistryClientConfigurationContext context) Methods in org.apache.nifi.registry.flow.git with parameters of type GitRepositoryClientModifier and TypeMethodDescriptionprivate org.apache.nifi.registry.flow.FlowRegistryBucketAbstractGitFlowRegistryClient.createFlowRegistryBucket(GitRepositoryClient repositoryClient, String name) private org.apache.nifi.registry.flow.RegisteredFlowSnapshotAbstractGitFlowRegistryClient.getSnapshot(GitRepositoryClient repositoryClient, String filePath, String branch) protected abstract StringAbstractGitFlowRegistryClient.getStorageLocation(GitRepositoryClient repositoryClient) Provide the storage location for this client.private voidAbstractGitFlowRegistryClient.updateBucketReferences(GitRepositoryClient repositoryClient, org.apache.nifi.registry.flow.RegisteredFlowSnapshot flowSnapshot, String bucketId) private voidAbstractGitFlowRegistryClient.verifyReadPermissions(GitRepositoryClient repositoryClient) private voidAbstractGitFlowRegistryClient.verifyWritePermissions(GitRepositoryClient repositoryClient)