Uses of Enum Class
com.atlassian.bamboo.feature.discovery.FeatureDiscoveryData.Condition
-
Uses of FeatureDiscoveryData.Condition in com.atlassian.bamboo.feature.discovery
Modifier and TypeMethodDescription@Nullable FeatureDiscoveryData.Condition
FeatureDiscoveryData.Link.getCondition()
A condition which must be met to display this link.Returns the enum constant of this class with the specified name.static FeatureDiscoveryData.Condition[]
FeatureDiscoveryData.Condition.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionLink
(@NotNull FeatureDiscoveryData.LinkType type, @NotNull String url, @Nullable FeatureDiscoveryData.Condition condition)