public final class BundleInstruction extends Object implements PluginProjectChange, SummarizeAsGroup
| Modifier and Type | Class and Description |
|---|---|
static class |
BundleInstruction.Category |
| Constructor and Description |
|---|
BundleInstruction(BundleInstruction.Category category,
String packageName,
com.atlassian.fugue.Option<String> version) |
| Modifier and Type | Method and Description |
|---|---|
static BundleInstruction |
dynamicImportPackage(String packageName,
String version) |
BundleInstruction.Category |
getCategory() |
String |
getGroupName() |
String |
getPackageName() |
com.atlassian.fugue.Option<String> |
getVersion() |
static BundleInstruction |
importPackage(String packageName,
String version) |
static BundleInstruction |
privatePackage(String packageName) |
String |
toString() |
public BundleInstruction(BundleInstruction.Category category, String packageName, com.atlassian.fugue.Option<String> version)
public static BundleInstruction importPackage(String packageName, String version)
public static BundleInstruction dynamicImportPackage(String packageName, String version)
public static BundleInstruction privatePackage(String packageName)
public BundleInstruction.Category getCategory()
public String getPackageName()
public com.atlassian.fugue.Option<String> getVersion()
public String getGroupName()
getGroupName in interface SummarizeAsGroupCopyright © 2015 Atlassian. All rights reserved.