Class QFTestFunction


  • public class QFTestFunction
    extends step.functions.Function
    • Field Summary

      • Fields inherited from class step.functions.Function

        APPLICATION, callTimeout, description, executeLocally, htmlTemplate, managed, schema, tokenSelectionCriteria, useCustomTemplate
      • Fields inherited from class step.core.accessors.AbstractOrganizableObject

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

        _id, customFields
    • Constructor Summary

      Constructors 
      Constructor Description
      QFTestFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.dynamicbeans.DynamicValue<String> getProcedure()  
      step.core.dynamicbeans.DynamicValue<String> getSuite()  
      boolean isTransferSuiteToAgents()  
      void setProcedure​(step.core.dynamicbeans.DynamicValue<String> procedure)  
      void setSuite​(step.core.dynamicbeans.DynamicValue<String> suite)  
      void setTransferSuiteToAgents​(boolean transferSuiteToAgents)  
      • Methods inherited from class step.functions.Function

        getCallTimeout, getDescription, getHtmlTemplate, getSchema, getTokenSelectionCriteria, isExecuteLocally, isManaged, isUseCustomTemplate, requiresLocalExecution, setCallTimeout, setDescription, setExecuteLocally, setHtmlTemplate, setManaged, setSchema, setTokenSelectionCriteria, setUseCustomTemplate
      • Methods inherited from class step.core.accessors.AbstractOrganizableObject

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

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
    • Constructor Detail

      • QFTestFunction

        public QFTestFunction()
    • Method Detail

      • isTransferSuiteToAgents

        public boolean isTransferSuiteToAgents()
      • setTransferSuiteToAgents

        public void setTransferSuiteToAgents​(boolean transferSuiteToAgents)
      • getSuite

        public step.core.dynamicbeans.DynamicValue<String> getSuite()
      • setSuite

        public void setSuite​(step.core.dynamicbeans.DynamicValue<String> suite)
      • getProcedure

        public step.core.dynamicbeans.DynamicValue<String> getProcedure()
      • setProcedure

        public void setProcedure​(step.core.dynamicbeans.DynamicValue<String> procedure)