@Immutable @Internal public class RepositoryOption extends Object
Constructor and Description |
---|
RepositoryOption(@NotNull RepositoryData repositoryData,
@NotNull String groupName)
Deprecated.
since 5.14
|
RepositoryOption(@NotNull RepositoryData repositoryData,
@NotNull String groupName,
boolean shared)
Deprecated.
since 5.14
|
RepositoryOption(@NotNull String textOnly,
@NotNull String groupName) |
RepositoryOption(@NotNull VcsRepositoryData repositoryData,
@NotNull String groupName,
boolean shared) |
RepositoryOption(@NotNull VcsRepositoryModuleDescriptor repositoryModuleDescriptor) |
Modifier and Type | Method and Description |
---|---|
String |
getGroup() |
String |
getIcon() |
String |
getKey() |
String |
getName() |
static RepositoryOption |
getNullRepositoryOption(@NotNull com.opensymphony.xwork2.TextProvider textProvider) |
String |
getOptionDescription() |
String |
getTooltipKey() |
int |
getWeight() |
boolean |
isShared() |
public RepositoryOption(@NotNull @NotNull VcsRepositoryModuleDescriptor repositoryModuleDescriptor)
public RepositoryOption(@NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull String groupName, boolean shared)
@Deprecated public RepositoryOption(@NotNull @NotNull RepositoryData repositoryData, @NotNull @NotNull String groupName, boolean shared)
@Deprecated public RepositoryOption(@NotNull @NotNull RepositoryData repositoryData, @NotNull @NotNull String groupName)
public static RepositoryOption getNullRepositoryOption(@NotNull @NotNull com.opensymphony.xwork2.TextProvider textProvider)
public String getKey()
public String getName()
public String getIcon()
public String getTooltipKey()
public int getWeight()
public String getGroup()
public boolean isShared()
public String getOptionDescription()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.