Uses of Class
org.apache.maven.scm.command.blame.BlameLine
-
Packages that use BlameLine Package Description org.apache.maven.scm.command.blame -
-
Uses of BlameLine in org.apache.maven.scm.command.blame
Methods in org.apache.maven.scm.command.blame that return types with arguments of type BlameLine Modifier and Type Method Description List<BlameLine>
BlameScmResult. getLines()
Constructor parameters in org.apache.maven.scm.command.blame with type arguments of type BlameLine Constructor Description BlameScmResult(String commandLine, List<BlameLine> lines)
BlameScmResult(List<BlameLine> lines, ScmResult scmResult)
-