Class ScriptExecutionParameter

    • Constructor Detail

      • ScriptExecutionParameter

        public ScriptExecutionParameter()
    • Method Detail

      • name

        public String name()
        Get the name property: The parameter name.
        Returns:
        the name value.
      • withName

        public ScriptExecutionParameter withName​(String name)
        Set the name property: The parameter name.
        Parameters:
        name - the name value to set.
        Returns:
        the ScriptExecutionParameter object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.