| Package | Description |
|---|---|
| com.atlassian.maven.plugins.jgitflow.helper | |
| com.atlassian.maven.plugins.jgitflow.rewrite |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultPomUpdater.logChanges(ProjectChangeset changes) |
| Modifier and Type | Method and Description |
|---|---|
static ProjectChangeset |
ProjectChangeset.changeset() |
ProjectChangeset |
ProjectChangeset.with(Iterable<? extends ProjectChange> newChanges)
Returns a copy of this changeset with the specified item(s) added.
|
ProjectChangeset |
ProjectChangeset.with(ProjectChange... newChanges)
Returns a copy of this changeset with the specified item(s) added.
|
ProjectChangeset |
ProjectChangeset.with(ProjectChangeset other)
Returns a changeset consisting of this changeset plus all items from another changeset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectRewriter.applyChanges(org.apache.maven.project.MavenProject project,
ProjectChangeset changes) |
void |
MavenProjectRewriter.applyChanges(org.apache.maven.project.MavenProject project,
ProjectChangeset changes) |
ProjectChangeset |
ProjectChangeset.with(ProjectChangeset other)
Returns a changeset consisting of this changeset plus all items from another changeset.
|
Copyright © 2014 Atlassian. All rights reserved.