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
MavenJGitFlowExceptionvoid commitAllPoms(org.eclipse.jgit.api.Git git,
List<org.apache.maven.project.MavenProject> reactorProjects,
String message)
throws MavenJGitFlowException
MavenJGitFlowExceptionvoid checkPomForVersionState(VersionState state, List<org.apache.maven.project.MavenProject> reactorProjects) throws MavenJGitFlowException
MavenJGitFlowExceptionList<String> checkForNonReactorSnapshots(ProjectCacheKey cacheKey, List<org.apache.maven.project.MavenProject> reactorProjects) throws MavenJGitFlowException
MavenJGitFlowExceptionCopyright © 2014 Atlassian. All rights reserved.