Package com.atlassian.bamboo.utils
Class NameProviderFunctions
- java.lang.Object
-
- com.atlassian.bamboo.utils.NameProviderFunctions
-
public abstract class NameProviderFunctions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static @NotNull com.google.common.base.Function<NameProvider,String>
getName()
Deprecated.since 5.10 useNameProvider.getName()
static com.google.common.base.Predicate<NameProvider>
hasEqualName(@NotNull String name)
Deprecated.since 5.10 useisNameEqual(String)
static @NotNull Predicate<NameProvider>
isNameEqual(@NotNull NameProvider other)
static @NotNull Predicate<NameProvider>
isNameEqual(@Nullable String other)
static com.google.common.base.Predicate<NameProvider>
isNameIn(@NotNull Collection<String> names)
-
-
-
Method Detail
-
getName
@Deprecated @NotNull public static @NotNull com.google.common.base.Function<NameProvider,String> getName()
Deprecated.since 5.10 useNameProvider.getName()
-
hasEqualName
@Deprecated @NotNull public static com.google.common.base.Predicate<NameProvider> hasEqualName(@NotNull @NotNull String name)
Deprecated.since 5.10 useisNameEqual(String)
-
isNameEqual
@NotNull public static @NotNull Predicate<NameProvider> isNameEqual(@Nullable @Nullable String other)
-
isNameEqual
@NotNull public static @NotNull Predicate<NameProvider> isNameEqual(@NotNull @NotNull NameProvider other)
-
isNameIn
@NotNull public static com.google.common.base.Predicate<NameProvider> isNameIn(@NotNull @NotNull Collection<String> names)
-
-