| Package | Description |
|---|---|
| com.atlassian.plugin.web | |
| com.atlassian.plugin.web.conditions | |
| com.atlassian.plugin.web.descriptors |
| Modifier and Type | Method and Description |
|---|---|
Condition |
WebFragmentHelper.loadCondition(String className,
com.atlassian.plugin.Plugin plugin)
Deprecated.
Since 2.7.0, will use HostContainer.create in future versions
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeCondition |
class |
AlwaysDisplayCondition
Always show a web link.
|
class |
AndCompositeCondition |
class |
InvertedCondition |
class |
NeverDisplayCondition
Always hide a web link.
|
class |
OrCompositeCondition |
| Modifier and Type | Field and Description |
|---|---|
protected List<Condition> |
AbstractCompositeCondition.conditions |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCompositeCondition.addCondition(Condition condition) |
| Constructor and Description |
|---|
AbstractCompositeCondition(Condition... conditions) |
AndCompositeCondition(Condition... conditions) |
InvertedCondition(Condition wrappedCondition) |
OrCompositeCondition(Condition... conditions) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
WebFragmentModuleDescriptor.getCondition() |
Condition |
ConditionalDescriptor.getCondition() |
Copyright © 2018 Atlassian. All rights reserved.