Interface IScriptStepExecutable

    • Method Detail

      • getEnvironments

        java.util.Map<java.lang.String,​java.util.List<EnvironmentType>> getEnvironments()
        Returns the environments.
        Returns:
        the environments.
        Since:
        7.1.0
      • getOwnerId

        java.lang.String getOwnerId()
        Returns this step's owner identifier.
        Returns:
        this step's owner identifier.
        Since:
        7.1.0
      • setOwnerId

        void setOwnerId​(java.lang.String ownerId)
        Sets this step's owner identifier.
        Parameters:
        ownerId - this step's owner identifier.
        Since:
        7.1.0
      • getStepId

        java.lang.String getStepId()
        Returns this step identifier.
        Returns:
        this step identifier.
        Since:
        7.1.0
      • setStepId

        void setStepId​(java.lang.String stepId)
        Sets this step identifier.
        Parameters:
        stepId - this step identifier.
        Since:
        7.1.0