Class VcsUIConfigBean.VcsTypeSelector
- java.lang.Object
-
- com.atlassian.bamboo.configuration.repository.VcsUIConfigBean.VcsTypeSelector
-
- Enclosing class:
- VcsUIConfigBean
public static class VcsUIConfigBean.VcsTypeSelector extends Object
-
-
Constructor Summary
Constructors Constructor Description VcsTypeSelector(@NotNull PartialVcsRepositoryData repositoryData, @NotNull VcsRepositoryModuleDescriptor descriptor, @NotNull String group, @NotNull VcsUIConfigBean.VcsHtmlFragments fragments, boolean hasReadPermission)
VcsTypeSelector(@NotNull VcsRepositoryData repositoryData, @NotNull VcsRepositoryModuleDescriptor descriptor)
VcsTypeSelector(@NotNull VcsRepositoryData repositoryData, @NotNull VcsRepositoryModuleDescriptor descriptor, @NotNull String group, @NotNull VcsUIConfigBean.VcsHtmlFragments fragments, boolean hasReadPermission)
VcsTypeSelector(@NotNull VcsRepositoryModuleDescriptor descriptor, @NotNull VcsUIConfigBean.VcsHtmlFragments fragments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VcsChangeDetectionOptions
getChangeDetectionSourceDefinition()
@Nullable String
getDescription()
String
getGroup()
@NotNull VcsUIConfigBean.VcsHtmlFragments
getHtmlFragments()
String
getIcon()
@NotNull String
getKey()
String
getLocation()
@NotNull String
getName()
@Nullable String
getOptionDescription()
String
getPluginKey()
Long
getProjectId()
String
getTooltipKey()
@NotNull String
getType()
int
getWeight()
boolean
hasReadPermission()
boolean
isPrimary()
boolean
isShowQuietPeriod()
boolean
isSupportsConnectionTesting()
-
-
-
Constructor Detail
-
VcsTypeSelector
public VcsTypeSelector(@NotNull @NotNull VcsRepositoryModuleDescriptor descriptor, @NotNull @NotNull VcsUIConfigBean.VcsHtmlFragments fragments)
-
VcsTypeSelector
public VcsTypeSelector(@NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull VcsRepositoryModuleDescriptor descriptor)
-
VcsTypeSelector
public VcsTypeSelector(@NotNull @NotNull PartialVcsRepositoryData repositoryData, @NotNull @NotNull VcsRepositoryModuleDescriptor descriptor, @NotNull @NotNull String group, @NotNull @NotNull VcsUIConfigBean.VcsHtmlFragments fragments, boolean hasReadPermission)
-
VcsTypeSelector
public VcsTypeSelector(@NotNull @NotNull VcsRepositoryData repositoryData, @NotNull @NotNull VcsRepositoryModuleDescriptor descriptor, @NotNull @NotNull String group, @NotNull @NotNull VcsUIConfigBean.VcsHtmlFragments fragments, boolean hasReadPermission)
-
-
Method Detail
-
getKey
@NotNull public @NotNull String getKey()
-
getPluginKey
public String getPluginKey()
-
hasReadPermission
public boolean hasReadPermission()
-
getName
@NotNull public @NotNull String getName()
-
getType
@NotNull public @NotNull String getType()
-
getDescription
@Nullable public @Nullable String getDescription()
-
getHtmlFragments
@NotNull public @NotNull VcsUIConfigBean.VcsHtmlFragments getHtmlFragments()
-
getOptionDescription
@Nullable public @Nullable String getOptionDescription()
-
getIcon
public String getIcon()
-
getTooltipKey
public String getTooltipKey()
-
isPrimary
public boolean isPrimary()
-
getWeight
public int getWeight()
-
getLocation
public String getLocation()
-
getGroup
public String getGroup()
-
isShowQuietPeriod
public boolean isShowQuietPeriod()
-
isSupportsConnectionTesting
public boolean isSupportsConnectionTesting()
-
getProjectId
public Long getProjectId()
-
getChangeDetectionSourceDefinition
public VcsChangeDetectionOptions getChangeDetectionSourceDefinition()
-
-