public class Build extends QTestBaseModel<Build>
NL, properties, RESERVED_NAME| Constructor and Description |
|---|
Build() |
| Modifier and Type | Method and Description |
|---|---|
Build |
addFieldValue(FieldValue value)
Adds the property value to build and return itself.
|
Build |
clone() |
java.lang.String |
elementName() |
java.util.List<FieldValue> |
getFieldValues()
the list of field value objects.
|
java.lang.Long |
getId() |
java.lang.String |
getName() |
java.lang.String |
getPid() |
Release |
getRelease() |
Build |
setFieldValues(java.util.List<FieldValue> values)
Sets the list of field value objects.
|
Build |
setId(java.lang.Long id)
Sets the build identifier.
|
Build |
setName(java.lang.String name)
Sets the build name.
|
Build |
setPid(java.lang.String pid)
Sets the build pid value.
|
Build |
setRelease(Release release) |
Build |
withFieldValues(java.util.List<FieldValue> values)
Sets the list of field value objects.
|
Build |
withId(java.lang.Long id)
Sets the build identifier and return itself.
|
Build |
withName(java.lang.String name)
Sets the build name.
|
Build |
withPid(java.lang.String pid)
Sets the build pid value.
|
Build |
withRelease(Release release) |
getBinaryFromInputStream, getLinks, getWebUrl, setLinks, setWebUrl, validateInputStream, withLinks, withWebUrlappendPropertiesTo, appendPropertiesTo, asDate, asDate, asInteger, asInteger, asLong, asLong, asString, asString, getProperties, getProperty, getPropertyMap, hasProperties, hasProperty, isVisible, jsonElementName, removeProperty, setPropertiesFrom, setProperty, toJson, toStringpublic java.lang.Long getId()
public Build setId(java.lang.Long id)
id - the given build identifier.public Build withId(java.lang.Long id)
id - the given build identifier value to set.public java.lang.String getName()
public Build setName(java.lang.String name)
name - the given build name to set.public Build withName(java.lang.String name)
name - the given build name to set.public java.lang.String getPid()
public Build setPid(java.lang.String pid)
pid - the given build pid value to set.public Build withPid(java.lang.String pid)
pid - the given build pid value to set.public java.util.List<FieldValue> getFieldValues()
public Build setFieldValues(java.util.List<FieldValue> values)
values - the given field value objects to set.public Build withFieldValues(java.util.List<FieldValue> values)
values - the given field value objects to set.public Build addFieldValue(FieldValue value)
value - the given field value to add.public Release getRelease()
public Build clone()
clone in class PropertyContainerpublic java.lang.String elementName()
elementName in class PropertyContainer