Uses of Class
hudson.scm.IntegrityChangeLogSet.IntegrityChangeLogPath
Packages that use IntegrityChangeLogSet.IntegrityChangeLogPath
-
Uses of IntegrityChangeLogSet.IntegrityChangeLogPath in hudson.scm
Methods in hudson.scm that return types with arguments of type IntegrityChangeLogSet.IntegrityChangeLogPathModifier and TypeMethodDescriptionIntegrityChangeLogSet.IntegrityChangeLog.getAffectedFiles()IntegrityChangeLogSet.IntegrityChangeLog.getPaths()Gets the files that are changed in this commit.Methods in hudson.scm with parameters of type IntegrityChangeLogSet.IntegrityChangeLogPathModifier and TypeMethodDescriptionvoidIntegrityChangeLogSet.IntegrityChangeLog.addPath(IntegrityChangeLogSet.IntegrityChangeLogPath p) Method parameters in hudson.scm with type arguments of type IntegrityChangeLogSet.IntegrityChangeLogPathModifier and TypeMethodDescriptionvoidIntegrityChangeLogSet.addEntry(List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths, String user, String msg) Adds an entry to the change set.IntegrityChangeLogSet.addNewEntry(List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths, String user, String msg) Returns a new IntegrityChangeLog, which is already added to the list.Constructor parameters in hudson.scm with type arguments of type IntegrityChangeLogSet.IntegrityChangeLogPathModifierConstructorDescriptionIntegrityChangeLog(hudson.scm.ChangeLogSet<IntegrityChangeLogSet.IntegrityChangeLog> parent, List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths, String author, String msg) IntegrityChangeLog Class Constructor