Package io.github.andreyzebin.gitSql.git
Class CommitSource
java.lang.Object
io.github.andreyzebin.gitSql.git.AbstractClient
io.github.andreyzebin.gitSql.git.CommitSource
- All Implemented Interfaces:
Branches,GitAPI,GitDirectory,Origins,Versions,AutoCloseable
-
Field Summary
Fields inherited from class io.github.andreyzebin.gitSql.git.AbstractClient
term -
Constructor Summary
ConstructorsConstructorDescriptionCommitSource(io.github.zebin.javabash.process.TextTerminal bash, GitDirectory source, String commit) -
Method Summary
Methods inherited from class io.github.andreyzebin.gitSql.git.AbstractClient
commit, contains, fetch, getBranch, getChanges, getChanges, getDirectory, getOrigin, getTimestamp, getUpstream, listBranches, listCommits, pull, push, reset, seek, setBranch, setOrigin, setUpstreamMethods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.andreyzebin.gitSql.git.GitDirectory
getLocation
-
Constructor Details
-
CommitSource
public CommitSource(io.github.zebin.javabash.process.TextTerminal bash, GitDirectory source, String commit)
-
-
Method Details