Class K6Function

  • All Implemented Interfaces:
    step.core.objectenricher.EnricheableObject

    public class K6Function
    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

        customFields, ID
    • Constructor Summary

      Constructors 
      Constructor Description
      K6Function()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.dynamicbeans.DynamicValue<java.lang.String> getCommandLine()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getDuration()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getEnvironment()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getIterations()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getScriptFile()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getVus()  
      void setCommandLine​(step.core.dynamicbeans.DynamicValue<java.lang.String> commandLine)  
      void setDuration​(step.core.dynamicbeans.DynamicValue<java.lang.String> duration)  
      void setEnvironment​(step.core.dynamicbeans.DynamicValue<java.lang.String> environment)  
      void setIterations​(step.core.dynamicbeans.DynamicValue<java.lang.String> iterations)  
      void setScriptFile​(step.core.dynamicbeans.DynamicValue<java.lang.String> scriptFile)  
      void setVus​(step.core.dynamicbeans.DynamicValue<java.lang.String> vus)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface step.core.objectenricher.EnricheableObject

        addAttribute, getAttribute, getAttributes, setAttributes
    • Constructor Detail

      • K6Function

        public K6Function()
    • Method Detail

      • getScriptFile

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getScriptFile()
      • setScriptFile

        public void setScriptFile​(step.core.dynamicbeans.DynamicValue<java.lang.String> scriptFile)
      • getIterations

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getIterations()
      • setIterations

        public void setIterations​(step.core.dynamicbeans.DynamicValue<java.lang.String> iterations)
      • getDuration

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getDuration()
      • setDuration

        public void setDuration​(step.core.dynamicbeans.DynamicValue<java.lang.String> duration)
      • getVus

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getVus()
      • setVus

        public void setVus​(step.core.dynamicbeans.DynamicValue<java.lang.String> vus)
      • getCommandLine

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getCommandLine()
      • setCommandLine

        public void setCommandLine​(step.core.dynamicbeans.DynamicValue<java.lang.String> commandLine)
      • getEnvironment

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getEnvironment()
      • setEnvironment

        public void setEnvironment​(step.core.dynamicbeans.DynamicValue<java.lang.String> environment)