Uses of Record Class
org.apache.nifi.registry.flow.git.client.GitCommit
Packages that use GitCommit
-
Uses of GitCommit in org.apache.nifi.registry.flow.git
Methods in org.apache.nifi.registry.flow.git with parameters of type GitCommitModifier and TypeMethodDescriptionprivate org.apache.nifi.registry.flow.RegisteredFlowSnapshotMetadataAbstractGitFlowRegistryClient.createSnapshotMetadata(GitCommit commit, org.apache.nifi.registry.flow.FlowLocation flowLocation) -
Uses of GitCommit in org.apache.nifi.registry.flow.git.client
Methods in org.apache.nifi.registry.flow.git.client that return types with arguments of type GitCommitModifier and TypeMethodDescriptionGitRepositoryClient.getCommits(String path, String branch) Retrieves the commits for the file at the given path on the given branch.