public class BuildRequest
extends java.lang.Object
Request data for the creation of a build.
Note that the version without the properties is usually the one which is proposed to human clients when the one with properties is the one proposed to automation clients (like CI engines).
| Constructor and Description |
|---|
BuildRequest(java.lang.String name,
java.lang.String description,
java.util.List<PropertyCreationRequest> properties) |
| Modifier and Type | Method and Description |
|---|---|
NameDescription |
asNameDescription() |
@ConstructorProperties(value={"name","description","properties"})
public BuildRequest(java.lang.String name,
java.lang.String description,
java.util.List<PropertyCreationRequest> properties)
public NameDescription asNameDescription()