| Package | Description |
|---|---|
| com.atlassian.confluence.macro.browser.beans | |
| com.atlassian.confluence.macro.xhtml |
| Modifier and Type | Method and Description |
|---|---|
Set<MacroMigrationPoint> |
MacroFormDetails.getExcludedSchemaMigrationPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroFormDetails.MacroFormDetailsBuilder.excludeSchemaMigrationPoint(MacroMigrationPoint migrationPoint) |
| Modifier and Type | Method and Description |
|---|---|
MacroFormDetails.MacroFormDetailsBuilder |
MacroFormDetails.MacroFormDetailsBuilder.setExcludedSchemaMigrationPoints(Set<MacroMigrationPoint> migrationPoints) |
| Modifier and Type | Method and Description |
|---|---|
static MacroMigrationPoint |
MacroMigrationPoint.of(String point)
Returns the
MacroMigrationPoint enum for a string. |
static MacroMigrationPoint |
MacroMigrationPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacroMigrationPoint[] |
MacroMigrationPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003–2022 Atlassian. All rights reserved.