Uses of Class
com.github.danielflower.mavenplugins.release.NoChangesAction
-
-
Uses of NoChangesAction in com.github.danielflower.mavenplugins.release
Fields in com.github.danielflower.mavenplugins.release declared as NoChangesAction Modifier and Type Field Description protected NoChangesActionBaseMojo. noChangesActionDetermines the action to take when no module changes are detected.Methods in com.github.danielflower.mavenplugins.release that return NoChangesAction Modifier and Type Method Description static NoChangesActionNoChangesAction. valueOf(String name)Returns the enum constant of this type with the specified name.static NoChangesAction[]NoChangesAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.danielflower.mavenplugins.release with parameters of type NoChangesAction 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)
-