| Package | Description |
|---|---|
| com.atlassian.plugins.codegen | |
| com.atlassian.plugins.codegen.modules |
Provides the base interfaces that make up the plugin module generation API.
|
| Modifier and Type | Method and Description |
|---|---|
static PluginProjectChangeset |
PluginProjectChangeset.changeset() |
PluginProjectChangeset |
PluginProjectChangeset.with(Iterable<? extends PluginProjectChange> newChanges)
Returns a copy of this changeset with the specified item(s) added.
|
PluginProjectChangeset |
PluginProjectChangeset.with(PluginProjectChange... newChanges)
Returns a copy of this changeset with the specified item(s) added.
|
PluginProjectChangeset |
PluginProjectChangeset.with(PluginProjectChangeset other)
Returns a changeset consisting of this changeset plus all items from another changeset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectRewriter.applyChanges(PluginProjectChangeset changes) |
PluginProjectChangeset |
PluginProjectChangeset.with(PluginProjectChangeset other)
Returns a changeset consisting of this changeset plus all items from another changeset.
|
| Modifier and Type | Method and Description |
|---|---|
PluginProjectChangeset |
PluginModuleCreator.createModule(T props)
Returns a
PluginProjectChangeset that describes (but does not perform) all of
the changes required to add this module. |
Copyright © 2015 Atlassian. All rights reserved.