Uses of Interface
com.jcabi.github.FileChange
-
Packages that use FileChange Package Description com.jcabi.github Object Oriented Github API.com.jcabi.github.mock Mock Github server. -
-
Uses of FileChange in com.jcabi.github
Classes in com.jcabi.github that implement FileChange Modifier and Type Class Description static class
FileChange.Smart
Smart file change with extra features.Methods in com.jcabi.github that return types with arguments of type FileChange Modifier and Type Method Description Iterable<FileChange>
CommitsComparison. files()
Iterate over the file changes between the two commits being compared.Iterable<FileChange>
CommitsComparison.Smart. files()
Constructors in com.jcabi.github with parameters of type FileChange Constructor Description Smart(FileChange chng)
Public ctor. -
Uses of FileChange in com.jcabi.github.mock
Classes in com.jcabi.github.mock that implement FileChange Modifier and Type Class Description class
MkFileChange
Mock file change.
-