@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 |
---|---|
String |
getIcon()
Returns IMAGE (icon) for specific repository.
|
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 String getIcon()
@Nullable String getTooltipKey()
boolean isPrimary()
int getWeight()
getWeight
in interface com.atlassian.plugin.web.descriptors.WeightedDescriptor
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.