Class SoapUIFunction

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

    public class SoapUIFunction
    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
      SoapUIFunction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.dynamicbeans.DynamicValue<java.lang.String> getProjectFile()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getTestCase()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getTestSuite()  
      void setProjectFile​(step.core.dynamicbeans.DynamicValue<java.lang.String> projectFile)  
      void setTestCase​(step.core.dynamicbeans.DynamicValue<java.lang.String> testCase)  
      void setTestSuite​(step.core.dynamicbeans.DynamicValue<java.lang.String> testSuite)  
      • 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

      • SoapUIFunction

        public SoapUIFunction()
    • Method Detail

      • getProjectFile

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getProjectFile()
      • setProjectFile

        public void setProjectFile​(step.core.dynamicbeans.DynamicValue<java.lang.String> projectFile)
      • getTestSuite

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getTestSuite()
      • setTestSuite

        public void setTestSuite​(step.core.dynamicbeans.DynamicValue<java.lang.String> testSuite)
      • getTestCase

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getTestCase()
      • setTestCase

        public void setTestCase​(step.core.dynamicbeans.DynamicValue<java.lang.String> testCase)