public class Reactor extends Object
| Constructor and Description |
|---|
Reactor(List<ReleasableModule> modulesInBuildOrder) |
| Modifier and Type | Method and Description |
|---|---|
ReleasableModule |
find(String groupId,
String artifactId,
String version) |
ReleasableModule |
findByLabel(String label) |
static Reactor |
fromProjects(org.apache.maven.plugin.logging.Log log,
org.eclipse.jgit.api.Git git,
org.apache.maven.project.MavenProject rootProject,
List<org.apache.maven.project.MavenProject> projects,
String buildNumber) |
List<ReleasableModule> |
getModulesInBuildOrder() |
public Reactor(List<ReleasableModule> modulesInBuildOrder)
public List<ReleasableModule> getModulesInBuildOrder()
public static Reactor fromProjects(org.apache.maven.plugin.logging.Log log, org.eclipse.jgit.api.Git git, org.apache.maven.project.MavenProject rootProject, List<org.apache.maven.project.MavenProject> projects, String buildNumber) throws ValidationException, org.eclipse.jgit.api.errors.GitAPIException, org.apache.maven.plugin.MojoExecutionException
ValidationExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionorg.apache.maven.plugin.MojoExecutionExceptionpublic ReleasableModule findByLabel(String label)
public ReleasableModule find(String groupId, String artifactId, String version) throws UnresolvedSnapshotDependencyException
Copyright © 2015. All rights reserved.