Interface CustomerArtifactPaths.Builder

    • Method Detail

      • iosPaths

        CustomerArtifactPaths.Builder iosPaths​(Collection<String> iosPaths)

        Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.

        Parameters:
        iosPaths - Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • iosPaths

        CustomerArtifactPaths.Builder iosPaths​(String... iosPaths)

        Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.

        Parameters:
        iosPaths - Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • androidPaths

        CustomerArtifactPaths.Builder androidPaths​(Collection<String> androidPaths)

        Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.

        Parameters:
        androidPaths - Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • androidPaths

        CustomerArtifactPaths.Builder androidPaths​(String... androidPaths)

        Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.

        Parameters:
        androidPaths - Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceHostPaths

        CustomerArtifactPaths.Builder deviceHostPaths​(Collection<String> deviceHostPaths)

        Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.

        Parameters:
        deviceHostPaths - Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceHostPaths

        CustomerArtifactPaths.Builder deviceHostPaths​(String... deviceHostPaths)

        Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.

        Parameters:
        deviceHostPaths - Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.