Uses of Class
net.sourceforge.plantuml.gitlog.Commit
-
Packages that use Commit Package Description net.sourceforge.plantuml.gitlog -
-
Uses of Commit in net.sourceforge.plantuml.gitlog
Methods in net.sourceforge.plantuml.gitlog that return Commit Modifier and Type Method Description Commit
CursorPosition. getCommit()
Commit
GitTextArea. getCommitByName(java.lang.String name)
Methods in net.sourceforge.plantuml.gitlog that return types with arguments of type Commit Modifier and Type Method Description java.util.List<Commit>
GitTextArea. getAllCommits()
java.util.List<Commit>
Commit. getAncestors()
Constructor parameters in net.sourceforge.plantuml.gitlog with type arguments of type Commit Constructor Description GNodeBuilder(java.util.List<Commit> allCommits)
-