Uses of Class
org.uberfire.java.nio.fs.jgit.util.GitImpl
-
Packages that use GitImpl Package Description org.uberfire.java.nio.fs.jgit.util.commands -
-
Uses of GitImpl in org.uberfire.java.nio.fs.jgit.util.commands
Constructors in org.uberfire.java.nio.fs.jgit.util.commands with parameters of type GitImpl Constructor Description CreateBranch(GitImpl git, String source, String target)DeleteBranch(GitImpl git, org.eclipse.jgit.lib.Ref branch)Fetch(GitImpl git, org.eclipse.jgit.transport.CredentialsProvider credentialsProvider, Collection<org.eclipse.jgit.transport.RefSpec> refSpecs)Fetch(GitImpl git, org.eclipse.jgit.transport.CredentialsProvider credentialsProvider, org.uberfire.commons.data.Pair<String,String> remote, Collection<org.eclipse.jgit.transport.RefSpec> refSpecs)GarbageCollector(GitImpl git)ListCommits(GitImpl git, org.eclipse.jgit.lib.ObjectId startRange, org.eclipse.jgit.lib.ObjectId endRange)Squash(GitImpl git, String branch, String startCommitString, String squashedCommitMessage)SyncRemote(GitImpl git, org.uberfire.commons.data.Pair<String,String> remote)
-