| Modifier and Type | Field and Description |
|---|---|
protected NoChangesAction |
BaseMojo.noChangesAction
Determines the action to take when no module changes are detected.
|
| Modifier and Type | Method and Description |
|---|---|
static NoChangesAction |
NoChangesAction.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Reactor |
Reactor.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) |
Copyright © 2015–2017. All rights reserved.