public interface ProjectHelper
Modifier and Type | Field and Description |
---|---|
static String |
AT_DEPENDENCY |
static String |
AT_DEPENDENCY_MGNT |
static String |
AT_EXTENSIONS |
static String |
AT_PARENT |
static String |
AT_PLUGIN |
static String |
AT_PLUGIN_MGNT |
static String |
AT_REPORT |
Modifier and Type | Method and Description |
---|---|
List<String> |
checkForNonReactorSnapshots(ProjectCacheKey cacheKey,
List<org.apache.maven.project.MavenProject> reactorProjects) |
void |
checkPomForVersionState(VersionState state,
List<org.apache.maven.project.MavenProject> reactorProjects) |
void |
commitAllChanges(org.eclipse.jgit.api.Git git,
String message) |
void |
commitAllPoms(org.eclipse.jgit.api.Git git,
List<org.apache.maven.project.MavenProject> reactorProjects,
String message) |
static final String AT_PARENT
static final String AT_DEPENDENCY
static final String AT_DEPENDENCY_MGNT
static final String AT_PLUGIN
static final String AT_PLUGIN_MGNT
static final String AT_REPORT
static final String AT_EXTENSIONS
void commitAllChanges(org.eclipse.jgit.api.Git git, String message) throws MavenJGitFlowException
MavenJGitFlowException
void commitAllPoms(org.eclipse.jgit.api.Git git, List<org.apache.maven.project.MavenProject> reactorProjects, String message) throws MavenJGitFlowException
MavenJGitFlowException
void checkPomForVersionState(VersionState state, List<org.apache.maven.project.MavenProject> reactorProjects) throws MavenJGitFlowException
MavenJGitFlowException
List<String> checkForNonReactorSnapshots(ProjectCacheKey cacheKey, List<org.apache.maven.project.MavenProject> reactorProjects) throws MavenJGitFlowException
MavenJGitFlowException
Copyright © 2017 Atlassian. All rights reserved.