Package org.opentestfactory.messages
Class Selector
java.lang.Object
org.opentestfactory.messages.Selector
- Author:
- edegenetais
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SelectormatchFieldExpressionSelector(List<Map<String, String>> fieldExpressions) static SelectormatchFieldSelector(String field, String value) static SelectormatchKindSelector(String kind) static SelectormatchLabelsSelector(String label, String value) voidsetMatchFields(Map<String, String> matchFields) voidsetMatchKind(String matchKind) voidsetMatchLabels(Map<String, String> matchLabels) withCategory(Category category) static SelectorwithMatchField(String field, String value) withMatchFieldExpression(List<Map<String, String>> fieldExpressions) withMatchKind(String kind) withMatchLabel(String label, String value)
-
Constructor Details
-
Selector
-
Selector
-
-
Method Details
-
matchKindSelector
-
matchLabelsSelector
-
matchFieldSelector
-
matchFieldExpressionSelector
-
withCategorySelector
-
withMatchKind
-
withMatchLabel
-
withMatchField
-
withMatchFieldExpression
-
withCategory
-
getMatchKind
-
setMatchKind
-
getMatchLabels
-
setMatchLabels
-
getMatchFields
-
setMatchFields
-
getMatchFieldExpressions
-