Uses of Record Class
org.springframework.modulith.junit.diff.ModifiedFile
Packages that use ModifiedFile
Package
Description
JUnit extension to optimize test case execution depending of the changes made to an application.
Project differences detection implementation.
-
Uses of ModifiedFile in org.springframework.modulith.junit
Methods in org.springframework.modulith.junit with parameters of type ModifiedFileModifier and TypeMethodDescriptionstatic Changes.ChangeChanges.Change.of(ModifiedFile file) creates a newMethod parameters in org.springframework.modulith.junit with type arguments of type ModifiedFileModifier and TypeMethodDescription(package private) static ChangesChanges.of(Stream<ModifiedFile> files) Creates a newChangesinstance from the givenModifiedFiles. -
Uses of ModifiedFile in org.springframework.modulith.junit.diff
Methods in org.springframework.modulith.junit.diff that return ModifiedFileModifier and TypeMethodDescription(package private) ModifiedFileModifiedFile.asRelativeTo(String reference) Returns the currentModifiedFileas relative to the given reference path.Methods in org.springframework.modulith.junit.diff that return types with arguments of type ModifiedFileModifier and TypeMethodDescriptionFileModificationDetector.getModifiedFiles()Returns allModifiedFiles detected.ReferenceCommitDetector.getModifiedFiles()UncommittedChangesDetector.getModifiedFiles()UnpushedCommitsDetector.getModifiedFiles()WorkingDirectoryChangesDetector.getModifiedFiles()static Stream<ModifiedFile>static Stream<ModifiedFile>JGitUtil.toModifiedFiles(org.eclipse.jgit.lib.Repository repository, String oldRef, String newRef)