Uses of Class
jetbrains.buildServer.serverSide.TagData
-
-
Uses of TagData in jetbrains.buildServer
Methods in jetbrains.buildServer that return types with arguments of type TagData Modifier and Type Method Description Collection<TagData>MockBuildPromotion. getTagDatas()Method parameters in jetbrains.buildServer with type arguments of type TagData Modifier and Type Method Description voidMockBuildPromotion. setTagDatas(Collection<TagData> tags) -
Uses of TagData in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return TagData Modifier and Type Method Description static TagDataTagData. createPrivateTag(String label, SUser owner)static TagDataTagData. createPublicTag(String label)Methods in jetbrains.buildServer.serverSide that return types with arguments of type TagData Modifier and Type Method Description static Set<TagData>TagData. createPrivateTags(SUser user, String... labels)static Set<TagData>TagData. createPublicTags(String... labels)static Set<TagData>TagData. createPublicTags(List<String> labels)static List<TagData>TagDataUtil. getPrivateTagDatas(Collection<TagData> tags)static List<TagData>TagDataUtil. getPrivateTagDatas(Collection<TagData> tags, SUser user)static List<TagData>TagDataUtil. getPublicTagDatas(Collection<TagData> tags)Collection<TagData>BuildPromotion. getTagDatas()Returns list of all tags for this build promotion, no special order is preservedMethod parameters in jetbrains.buildServer.serverSide with type arguments of type TagData Modifier and Type Method Description voidBuildServerAdapter. buildPromotionTagsChanged(BuildPromotion buildPromotion, User user, Collection<TagData> oldTags, Collection<TagData> newTags)voidBuildServerListener. buildPromotionTagsChanged(BuildPromotion buildPromotion, User user, Collection<TagData> oldTags, Collection<TagData> newTags)Called when build promotion tags have been set to specified values
Some parameters may be omitted when the tags were changed on another node (i.e.static List<TagData>TagDataUtil. getPrivateTagDatas(Collection<TagData> tags)static List<TagData>TagDataUtil. getPrivateTagDatas(Collection<TagData> tags, SUser user)static Map<SUser,List<String>>TagDataUtil. getPrivateTags(Collection<TagData> tags)static List<String>TagDataUtil. getPrivateTags(Collection<TagData> tags, SUser user)static List<TagData>TagDataUtil. getPublicTagDatas(Collection<TagData> tags)static List<String>TagDataUtil. getPublicTags(Collection<TagData> tags)voidBuildCustomizer. setTagDatas(Set<TagData> tags)Sets build tagsvoidBuildPromotion. setTagDatas(Collection<TagData> tags)Changes tag set for this build promotion. -
Uses of TagData in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return types with arguments of type TagData Modifier and Type Method Description Collection<TagData>BuildPromotionImpl. getTagDatas()Collection<TagData>DummyBuildPromotion. getTagDatas()Method parameters in jetbrains.buildServer.serverSide.impl with type arguments of type TagData Modifier and Type Method Description voidBuildTypesEventListener. buildPromotionTagsChanged(BuildPromotion buildPromotion, User user, Collection<TagData> oldTags, Collection<TagData> newTags)voidBuildPromotionImpl. initTagDatas(Collection<TagData> tagDatas)voidBuildCustomizerImpl. setTagDatas(Set<TagData> tags)voidBuildPromotionImpl. setTagDatas(Collection<TagData> tags)voidDummyBuildPromotion. setTagDatas(Collection<TagData> tags) -
Uses of TagData in jetbrains.buildServer.serverSide.impl.tracker
Method parameters in jetbrains.buildServer.serverSide.impl.tracker with type arguments of type TagData Modifier and Type Method Description voidEventTrackerImpl. buildPromotionTagsChanged(BuildPromotion buildPromotion, User user, Collection<TagData> oldTags, Collection<TagData> newTags) -
Uses of TagData in jetbrains.buildServer.tags
Methods in jetbrains.buildServer.tags that return types with arguments of type TagData Modifier and Type Method Description Set<TagData>TagsManager. getAllTagDatas(BuildType buildType)Returns all public and private tags assigned to configuration builds.Collection<TagData>TagsManager. getTagDatas(BuildPromotion build)Returns all public and private tags assigned for the specified promotion.Map<BuildPromotion,Collection<TagData>>TagsManagerEx. getTagDatas(Collection<BuildPromotion> buildPromotions, boolean includingPrivateTags)Loads tags for a collection of build promotions.Map<Long,Collection<TagData>>TagsManagerEx. getTagDatasByIds(Collection<Long> promotionIds, boolean includingPrivateTags)Method parameters in jetbrains.buildServer.tags with type arguments of type TagData Modifier and Type Method Description voidTagsManager. addTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)Add tag set to the specified build promotion.voidTagsManagerEx. persistBuildPromotionTags(User actionUser, BuildPromotionEx buildPromotion, Collection<TagData> tags)Must be called from build promotion to persist its tags.intTagsManager. removeTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)Remove particular tags from the specified build promotion.voidTagsManager. setTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)Change tag set to the specified build promotion, both public and privateTagDataAll old tags related to the specified promotion will be removed, new tag set will be added. -
Uses of TagData in jetbrains.buildServer.tags.impl
Methods in jetbrains.buildServer.tags.impl that return types with arguments of type TagData Modifier and Type Method Description Set<TagData>TagsManagerImpl. getAllTagDatas(BuildType buildType)Map<BuildPromotion,Collection<TagData>>TagsManagerImpl. getTagDatas(Collection<BuildPromotion> buildPromotions, boolean includingPrivateTags)Collection<TagData>TagsManagerImpl. getTagDatas(BuildPromotion buildPromotion)Set<TagData>TagsManagerImpl. getTagDatas(SBuildType buildType)Map<Long,Collection<TagData>>TagsManagerImpl. getTagDatasByIds(Collection<Long> promotionIds, boolean includingPrivateTags)Method parameters in jetbrains.buildServer.tags.impl with type arguments of type TagData Modifier and Type Method Description voidTagsManagerImpl. addTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)voidTagsManagerImpl. persistBuildPromotionTags(User actionUser, BuildPromotionEx buildPromotion, Collection<TagData> tags)intTagsManagerImpl. removeTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)voidTagsManagerImpl. setTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)
-