java.lang.Object
org.opentestfactory.messages.Selector
org.opentestfactory.services.components.bus.subscription.Selector

public class Selector extends org.opentestfactory.messages.Selector
Author:
edegenetais
  • Constructor Summary

    Constructors
    Constructor
    Description
    Selector(String matchKind, @Nullable Map<String,String> matchLabels, @Nullable Map<String,String> matchFields, @Nullable List<Map<String,String>> matchFieldExpressions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Selector
    fromBase(org.opentestfactory.messages.Selector baseObject)
     

    Methods inherited from class org.opentestfactory.messages.Selector

    getMatchFieldExpressions, getMatchFields, getMatchKind, getMatchLabels, matchFieldExpressionSelector, matchFieldSelector, matchKindSelector, matchLabelsSelector, setMatchFields, setMatchKind, setMatchLabels, withCategory, withCategorySelector, withMatchField, withMatchFieldExpression, withMatchKind, withMatchLabel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • fromBase

      public static Selector fromBase(org.opentestfactory.messages.Selector baseObject)