| Package | Description |
|---|---|
| com.atlassian.maven.plugins.jgitflow | |
| com.atlassian.maven.plugins.jgitflow.helper | |
| com.atlassian.maven.plugins.jgitflow.provider |
| Modifier and Type | Method and Description |
|---|---|
static VersionState |
VersionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VersionState[] |
VersionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectHelper.checkPomForVersionState(VersionState state,
List<org.apache.maven.project.MavenProject> reactorProjects) |
void |
DefaultProjectHelper.checkPomForVersionState(VersionState state,
List<org.apache.maven.project.MavenProject> reactorProjects) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultVersionProvider.getNextVersion(VersionState state,
VersionType versionType,
org.apache.maven.project.MavenProject rootProject,
org.apache.maven.project.MavenProject project,
String contextVersion,
String promptLabel) |
Copyright © 2014 Atlassian. All rights reserved.