public static class BuildRunArgumentCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BuildRunArgumentCollection |
build() |
BuildRunArgumentCollection.Builder |
copy(BuildRunArgumentCollection model) |
BuildRunArgumentCollection.Builder |
items(List<BuildRunArgument> items)
List of arguments provided at the time of running the build.
|
public BuildRunArgumentCollection.Builder items(List<BuildRunArgument> items)
List of arguments provided at the time of running the build.
items
- the value to setpublic BuildRunArgumentCollection build()
public BuildRunArgumentCollection.Builder copy(BuildRunArgumentCollection model)
Copyright © 2016–2024. All rights reserved.