static BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.builder() |
|
BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.Builder.builds(Collection<Build> builds) |
Information about the requested builds.
|
BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.Builder.builds(Consumer<Build.Builder>... builds) |
Information about the requested builds.
|
BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.Builder.builds(Build... builds) |
Information about the requested builds.
|
BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.Builder.buildsNotFound(String... buildsNotFound) |
The IDs of builds for which information could not be found.
|
BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.Builder.buildsNotFound(Collection<String> buildsNotFound) |
The IDs of builds for which information could not be found.
|
BatchGetBuildsResponse.Builder |
BatchGetBuildsResponse.toBuilder() |
|