public class PluginsSection extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PluginsSection.KbLink |
| Constructor and Description |
|---|
PluginsSection() |
| Modifier and Type | Method and Description |
|---|---|
void |
clickUpmLink() |
void |
expandIfCollapsed()
Expands this section, if it can be expanded.
|
String |
getDescription()
Returns the description of this section.
|
String |
getDetailText()
Returns the details shown by this section.
|
String |
getHeadline()
Returns the headline of this section.
|
Optional<PluginsSection.KbLink> |
getKbLink() |
String |
getUpmLinkText()
Returns the text of the UPM link in this section.
|
String |
getUpmLinkUrl()
Returns the URL of the UPM link in this section.
|
public void expandIfCollapsed()
public String getHeadline()
public String getDescription()
public String getDetailText()
public String getUpmLinkText()
public String getUpmLinkUrl()
public void clickUpmLink()
public Optional<PluginsSection.KbLink> getKbLink()
Copyright © 2002-2019 Atlassian. All Rights Reserved.