Interface LaunchOverrides.Builder

    • Method Detail

      • launchCommands

        LaunchOverrides.Builder launchCommands​(Collection<String> launchCommands)

        App launch commands and command line parameters that override the launch command configured in the simulation schema.

        Parameters:
        launchCommands - App launch commands and command line parameters that override the launch command configured in the simulation schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • launchCommands

        LaunchOverrides.Builder launchCommands​(String... launchCommands)

        App launch commands and command line parameters that override the launch command configured in the simulation schema.

        Parameters:
        launchCommands - App launch commands and command line parameters that override the launch command configured in the simulation schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.