Interface PlatformScriptKey.Builder

    • Method Detail

      • linux

        PlatformScriptKey.Builder linux​(String linux)

        The script location for Linux.

        Parameters:
        linux - The script location for Linux.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • windows

        PlatformScriptKey.Builder windows​(String windows)

        The script location for Windows.

        Parameters:
        windows - The script location for Windows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.