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.Change
Changes.Change.of
(ModifiedFile file) creates a newMethod parameters in org.springframework.modulith.junit with type arguments of type ModifiedFileModifier and TypeMethodDescription(package private) static Changes
Changes.of
(Stream<ModifiedFile> files) Creates a newChanges
instance from the givenModifiedFile
s. -
Uses of ModifiedFile in org.springframework.modulith.junit.diff
Methods in org.springframework.modulith.junit.diff that return ModifiedFileModifier and TypeMethodDescription(package private) ModifiedFile
ModifiedFile.asRelativeTo
(String reference) Returns the currentModifiedFile
as 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 allModifiedFile
s 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)