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 class
TagMatchRule.DescriptorImpl
static class
TagMatchRule.MeTypesEnum
Gets or Sets meTypes
-
Constructor Summary
Constructors Constructor Description TagMatchRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagMatchRule
addMeTypesItem(TagMatchRule.MeTypesEnum meTypesItem)
TagMatchRule
addTagsItem(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 matchTagMatchRule
meTypes(List<TagMatchRule.MeTypesEnum> meTypes)
void
setMeTypes(List<MeType> meTypes)
void
setMeTypesEnum(List<TagMatchRule.MeTypesEnum> meTypes)
void
setTags(List<TagInfo> tags)
TagMatchRule
tags(List<TagInfo> tags)
String
toString()
-
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)
-
-