Uses of Class
com.github.danielflower.mavenplugins.release.ReleasableModule
-
-
Uses of ReleasableModule in com.github.danielflower.mavenplugins.release
Methods in com.github.danielflower.mavenplugins.release that return ReleasableModule Modifier and Type Method Description ReleasableModuleReleasableModule. createReleasableVersion()ReleasableModuleReactor. find(String groupId, String artifactId, String version)ReleasableModuleReactor. findByLabel(String label)Methods in com.github.danielflower.mavenplugins.release that return types with arguments of type ReleasableModule Modifier and Type Method Description List<ReleasableModule>Reactor. getModulesInBuildOrder()Method parameters in com.github.danielflower.mavenplugins.release with type arguments of type ReleasableModule Modifier and Type Method Description voidVersionReport. generateVersionReport(org.apache.maven.plugin.logging.Log log, List<ReleasableModule> releasableModules)Constructor parameters in com.github.danielflower.mavenplugins.release with type arguments of type ReleasableModule Constructor Description Reactor(List<ReleasableModule> modulesInBuildOrder)
-