Uses of Class
com.tw.go.plugin.model.ModifiedFile
-
Packages that use ModifiedFile Package Description com.tw.go.plugin.model -
-
Uses of ModifiedFile in com.tw.go.plugin.model
Methods in com.tw.go.plugin.model that return ModifiedFile Modifier and Type Method Description ModifiedFileRevision. createModifiedFile(String filename, String action)Methods in com.tw.go.plugin.model that return types with arguments of type ModifiedFile Modifier and Type Method Description List<ModifiedFile>Revision. getModifiedFiles()Method parameters in com.tw.go.plugin.model with type arguments of type ModifiedFile Modifier and Type Method Description voidRevision. setModifiedFiles(List<ModifiedFile> modifiedFiles)Constructor parameters in com.tw.go.plugin.model with type arguments of type ModifiedFile Constructor Description Revision(String revision, Date timestamp, String comment, String user, String emailId, List<ModifiedFile> modifiedFiles)
-