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 void
MockBuildPromotion. 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 TagData
TagData. createPrivateTag(String label, SUser owner)
static TagData
TagData. 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 void
BuildServerAdapter. buildPromotionTagsChanged(BuildPromotion buildPromotion, User user, Collection<TagData> oldTags, Collection<TagData> newTags)
void
BuildServerListener. 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)
void
BuildCustomizer. setTagDatas(Set<TagData> tags)
Sets build tagsvoid
BuildPromotion. 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 void
BuildTypesEventListener. buildPromotionTagsChanged(BuildPromotion buildPromotion, User user, Collection<TagData> oldTags, Collection<TagData> newTags)
void
BuildPromotionImpl. initTagDatas(Collection<TagData> tagDatas)
void
BuildCustomizerImpl. setTagDatas(Set<TagData> tags)
void
BuildPromotionImpl. setTagDatas(Collection<TagData> tags)
void
DummyBuildPromotion. 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 void
EventTrackerImpl. 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 void
TagsManager. addTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)
Add tag set to the specified build promotion.void
TagsManagerEx. persistBuildPromotionTags(User actionUser, BuildPromotionEx buildPromotion, Collection<TagData> tags)
Must be called from build promotion to persist its tags.int
TagsManager. removeTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)
Remove particular tags from the specified build promotion.void
TagsManager. setTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)
Change tag set to the specified build promotion, both public and privateTagData
All 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 void
TagsManagerImpl. addTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)
void
TagsManagerImpl. persistBuildPromotionTags(User actionUser, BuildPromotionEx buildPromotion, Collection<TagData> tags)
int
TagsManagerImpl. removeTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)
void
TagsManagerImpl. setTagDatas(BuildPromotion buildPromotion, Collection<TagData> tags)
-