Uses of Class
hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Packages that use IntegrityChangeLogSet.IntegrityChangeLog
-
Uses of IntegrityChangeLogSet.IntegrityChangeLog in hudson.scm
Methods in hudson.scm that return IntegrityChangeLogSet.IntegrityChangeLogModifier and TypeMethodDescriptionIntegrityChangeLogSet.addNewEntry(List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths, String user, String msg) Returns a new IntegrityChangeLog, which is already added to the list.IntegrityChangeLogSet.IntegrityChangeLogPath.getLogEntry()Gets theof which this path is a member.invalid reference
LogEntryMethods in hudson.scm that return types with arguments of type IntegrityChangeLogSet.IntegrityChangeLogModifier and TypeMethodDescriptionIntegrityChangeLogSet.getLogs()Returns the list of Change LogsIntegrityChangeLogSet.iterator()Overridden Iterator implementation for the Integrity Change Logs in this Integrity Change Log SetMethods in hudson.scm with parameters of type IntegrityChangeLogSet.IntegrityChangeLogModifier and TypeMethodDescriptionabstract URLIntegrityRepositoryBrowser.getDiffLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry) Constructs the differences link between two Integrity Member Revisions.abstract URLIntegrityRepositoryBrowser.getViewCPLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry) voidIntegrityChangeLogSet.IntegrityChangeLogPath.setLogEntry(IntegrityChangeLogSet.IntegrityChangeLog entry) Sets theof which this path is a member.invalid reference
LogEntryConstructor parameters in hudson.scm with type arguments of type IntegrityChangeLogSet.IntegrityChangeLogModifierConstructorDescriptionIntegrityChangeLog(hudson.scm.ChangeLogSet<IntegrityChangeLogSet.IntegrityChangeLog> parent, List<IntegrityChangeLogSet.IntegrityChangeLogPath> affectedPaths, String author, String msg) IntegrityChangeLog Class ConstructorIntegrityChangeLogSet(hudson.model.Run<?, ?> run, hudson.scm.RepositoryBrowser<?> browser, List<IntegrityChangeLogSet.IntegrityChangeLog> logs, String integrityURL) IntegrityChangeLogSet is a collection of all the changes for this build -
Uses of IntegrityChangeLogSet.IntegrityChangeLog in hudson.scm.browsers
Methods in hudson.scm.browsers with parameters of type IntegrityChangeLogSet.IntegrityChangeLogModifier and TypeMethodDescriptionIntegrityWebUI.getDiffLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry) Returns an Integrity differences link for a specific fileIntegrityWebUI.getViewCPLink(IntegrityChangeLogSet.IntegrityChangeLog logEntry)