Class CypressFunction

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      step.core.dynamicbeans.DynamicValue<java.lang.String> getBaseUrl()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getCommand()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getCypressProject()  
      step.core.dynamicbeans.DynamicValue<java.lang.String> getSpec()  
      void setBaseUrl​(step.core.dynamicbeans.DynamicValue<java.lang.String> baseUrl)  
      void setCommand​(step.core.dynamicbeans.DynamicValue<java.lang.String> command)  
      void setCypressProject​(step.core.dynamicbeans.DynamicValue<java.lang.String> cypressProject)  
      void setSpec​(step.core.dynamicbeans.DynamicValue<java.lang.String> spec)  
      • 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

      • CypressFunction

        public CypressFunction()
    • Method Detail

      • getCypressProject

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getCypressProject()
      • setCypressProject

        public void setCypressProject​(step.core.dynamicbeans.DynamicValue<java.lang.String> cypressProject)
      • getBaseUrl

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getBaseUrl()
      • setBaseUrl

        public void setBaseUrl​(step.core.dynamicbeans.DynamicValue<java.lang.String> baseUrl)
      • getCommand

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getCommand()
      • setCommand

        public void setCommand​(step.core.dynamicbeans.DynamicValue<java.lang.String> command)
      • getSpec

        public step.core.dynamicbeans.DynamicValue<java.lang.String> getSpec()
      • setSpec

        public void setSpec​(step.core.dynamicbeans.DynamicValue<java.lang.String> spec)