Uses of Class
com.github.danielflower.mavenplugins.release.LocalGitRepo
-
-
Uses of LocalGitRepo in com.github.danielflower.mavenplugins.release
Methods in com.github.danielflower.mavenplugins.release that return LocalGitRepo Modifier and Type Method Description LocalGitRepoLocalGitRepo.Builder. buildFromCurrentDir()Uses the current working dir to open the Git repository.Methods in com.github.danielflower.mavenplugins.release with parameters of type LocalGitRepo Modifier and Type Method Description static ReactorReactor. fromProjects(org.apache.maven.plugin.logging.Log log, LocalGitRepo gitRepo, org.apache.maven.project.MavenProject rootProject, List<org.apache.maven.project.MavenProject> projects, Long buildNumber, List<String> modulesToForceRelease, NoChangesAction actionWhenNoChangesDetected, ResolverWrapper resolverWrapper, VersionNamer versionNamer)
-