Class AssertMetric


  • public class AssertMetric
    extends step.core.artefacts.AbstractArtefact
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Aggregation aggregation  
      Comparator comparator  
      java.lang.Integer errorCode  
      step.core.dynamicbeans.DynamicValue<java.lang.Number> expectedValue  
      java.util.List<Filter> filters  
      java.util.Set<java.lang.String> groupDimensions  
      step.core.dynamicbeans.DynamicValue<java.lang.String> metric  
      step.core.dynamicbeans.DynamicValue<java.lang.String> oqlFilter  
      step.core.dynamicbeans.DynamicValue<java.lang.Long> slidingWindow  
      • Fields inherited from class step.core.artefacts.AbstractArtefact

        attachments, children, customAttributes, description, dynamicName, useDynamicName
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

        attributes, NAME, VERSION
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Constructor Summary

      Constructors 
      Constructor Description
      AssertMetric()  
    • Method Summary

      • Methods inherited from class step.core.artefacts.AbstractArtefact

        addAttachment, addChild, addCustomAttribute, deepCleanupAllCustomAttributes, equals, getArtefactName, getAttachments, getChildren, getContinueParentNodeExecutionOnError, getCustomAttribute, getCustomAttributes, getDescription, getDynamicName, getInstrumentNode, getSkipNode, hashCode, isCreateSkeleton, isPersistNode, isPropertyArefact, isUseDynamicName, setAttachments, setChildren, setContinueParentNodeExecutionOnError, setCustomAttributes, setDescription, setDynamicName, setInstrumentNode, setNameDynamically, setPersistNode, setSkipNode, setUseDynamicName
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

        addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, getCustomField, getCustomField, getCustomFields, getId, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • metric

        public step.core.dynamicbeans.DynamicValue<java.lang.String> metric
      • slidingWindow

        public step.core.dynamicbeans.DynamicValue<java.lang.Long> slidingWindow
      • filters

        public java.util.List<Filter> filters
      • oqlFilter

        public step.core.dynamicbeans.DynamicValue<java.lang.String> oqlFilter
      • groupDimensions

        public java.util.Set<java.lang.String> groupDimensions
      • expectedValue

        public step.core.dynamicbeans.DynamicValue<java.lang.Number> expectedValue
      • errorCode

        public java.lang.Integer errorCode
    • Constructor Detail

      • AssertMetric

        public AssertMetric()