Uses of Class
hudson.scm.CvsFile
Packages that use CvsFile
-
Uses of CvsFile in hudson.scm
Methods in hudson.scm that return CvsFileMethods in hudson.scm that return types with arguments of type CvsFileModifier and TypeMethodDescriptionAbstractCvs.calculateRepositoryState
(Date startTime, Date endTime, CvsRepository repository, TaskListener listener, EnvVars envVars, FilePath workspace) Builds a list of files that have changed in the given repository between any 2 time-stamps.CvsChangeSet.getFiles()
CvsRevisionState.getModuleFiles()
CvsRevisionState.getModuleState
(CvsRepository module) Constructor parameters in hudson.scm with type arguments of type CvsFileModifierConstructorDescriptionCvsChangeSet
(List<CvsFile> files, List<CVSChangeLogSet.CVSChangeLog> changes) CvsChangeSet
(List<CvsFile> files, List<CVSChangeLogSet.CVSChangeLog> changes, Set<String> branchNames, Set<String> tagNames) CvsRevisionState
(Map<CvsRepository, List<CvsFile>> moduleStates)