Interface BatchGetBuildsResponse.Builder

    • Method Detail

      • builds

        BatchGetBuildsResponse.Builder builds​(Collection<Build> builds)

        Information about the requested builds.

        Parameters:
        builds - Information about the requested builds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • builds

        BatchGetBuildsResponse.Builder builds​(Build... builds)

        Information about the requested builds.

        Parameters:
        builds - Information about the requested builds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsNotFound

        BatchGetBuildsResponse.Builder buildsNotFound​(Collection<String> buildsNotFound)

        The IDs of builds for which information could not be found.

        Parameters:
        buildsNotFound - The IDs of builds for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buildsNotFound

        BatchGetBuildsResponse.Builder buildsNotFound​(String... buildsNotFound)

        The IDs of builds for which information could not be found.

        Parameters:
        buildsNotFound - The IDs of builds for which information could not be found.
        Returns:
        Returns a reference to this object so that method calls can be chained together.