Interface ScriptSummary.Builder

    • Method Detail

      • scriptLocation

        ScriptSummary.Builder scriptLocation​(String scriptLocation)

        The script location of the script summary.

        Parameters:
        scriptLocation - The script location of the script summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ScriptSummary.Builder type​(String type)

        The type of the script summary.

        Parameters:
        type - The type of the script summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScriptType, ScriptType
      • type

        ScriptSummary.Builder type​(ScriptType type)

        The type of the script summary.

        Parameters:
        type - The type of the script summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScriptType, ScriptType