Package jetbrains.buildServer.serverSide
Class TagDataUtil
- java.lang.Object
-
- jetbrains.buildServer.serverSide.TagDataUtil
-
public class TagDataUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description TagDataUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<TagData>getPrivateTagDatas(Collection<TagData> tags)static List<TagData>getPrivateTagDatas(Collection<TagData> tags, SUser user)static Map<SUser,List<String>>getPrivateTags(Collection<TagData> tags)static List<String>getPrivateTags(Collection<TagData> tags, SUser user)static List<TagData>getPublicTagDatas(Collection<TagData> tags)static List<String>getPublicTags(Collection<TagData> tags)
-
-
-
Method Detail
-
getPublicTags
@NotNull public static List<String> getPublicTags(@NotNull Collection<TagData> tags)
-
getPublicTagDatas
@NotNull public static List<TagData> getPublicTagDatas(@NotNull Collection<TagData> tags)
-
getPrivateTagDatas
@NotNull public static List<TagData> getPrivateTagDatas(@NotNull Collection<TagData> tags)
-
getPrivateTagDatas
@NotNull public static List<TagData> getPrivateTagDatas(@NotNull Collection<TagData> tags, @NotNull SUser user)
-
getPrivateTags
@NotNull public static Map<SUser,List<String>> getPrivateTags(@NotNull Collection<TagData> tags)
-
getPrivateTags
@NotNull public static List<String> getPrivateTags(@NotNull Collection<TagData> tags, @NotNull SUser user)
-
-