@ExperimentalApi
public interface RepositoryConfigurator
extends com.atlassian.plugin.web.descriptors.WeightedDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
LINKED_REPOSITORY_ACCESS_OPTION |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getIcon()
Returns IMAGE (icon) for specific repository.
|
@Nullable String |
getTooltipKey()
Returns TRANSLATION key which is used in tooltips.
|
int |
getWeight()
Get repository WEIGHT, which is used for ordering (rendering).
|
boolean |
isPrimary()
Marks repository for PRIMARY (in our case Stash and Bitbucket), is used for rendering.
|
static final String LINKED_REPOSITORY_ACCESS_OPTION
@Nullable @Nullable String getIcon()
@Nullable @Nullable String getTooltipKey()
boolean isPrimary()
int getWeight()
getWeight in interface com.atlassian.plugin.web.descriptors.WeightedDescriptorCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.