Class TagMatchRule
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<TagMatchRule>
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.model.TagMatchRule
-
- All Implemented Interfaces:
Describable<TagMatchRule>
public class TagMatchRule extends AbstractDescribableImpl<TagMatchRule>
Allows to attach an event to an entity that fits the specified criteria
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTagMatchRule.DescriptorImplstatic classTagMatchRule.MeTypesEnumGets or Sets meTypes
-
Constructor Summary
Constructors Constructor Description TagMatchRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagMatchRuleaddMeTypesItem(TagMatchRule.MeTypesEnum meTypesItem)TagMatchRuleaddTagsItem(TagInfo tagsItem)List<MeType>getMeTypes()List<TagMatchRule.MeTypesEnum>getMeTypesEnum()List of ME types the event can be attached toList<TagInfo>getTags()List of Tags an entity has to matchTagMatchRulemeTypes(List<TagMatchRule.MeTypesEnum> meTypes)voidsetMeTypes(List<MeType> meTypes)voidsetMeTypesEnum(List<TagMatchRule.MeTypesEnum> meTypes)voidsetTags(List<TagInfo> tags)TagMatchRuletags(List<TagInfo> tags)StringtoString()-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
meTypes
public TagMatchRule meTypes(List<TagMatchRule.MeTypesEnum> meTypes)
-
addMeTypesItem
public TagMatchRule addMeTypesItem(TagMatchRule.MeTypesEnum meTypesItem)
-
getMeTypesEnum
public List<TagMatchRule.MeTypesEnum> getMeTypesEnum()
List of ME types the event can be attached to- Returns:
- meTypes
-
setMeTypesEnum
public void setMeTypesEnum(List<TagMatchRule.MeTypesEnum> meTypes)
-
tags
public TagMatchRule tags(List<TagInfo> tags)
-
addTagsItem
public TagMatchRule addTagsItem(TagInfo tagsItem)
-
-