public class CreateBuildRequest extends ApiServiceRequest
| Constructor and Description |
|---|
CreateBuildRequest() |
| Modifier and Type | Method and Description |
|---|---|
Build |
getBuild() |
java.lang.Long |
getProjectId() |
java.lang.Long |
getReleaseId() |
void |
setBuild(Build build)
Sets the build instance.
|
void |
setProjectId(java.lang.Long projectId)
Sets the given project identifier.
|
void |
setReleaseId(java.lang.Long releaseId)
Sets the given release identifier.
|
java.lang.String |
toString() |
CreateBuildRequest |
withBuild(Build build)
Sets the build instance.
|
CreateBuildRequest |
withProjectId(java.lang.Long projectId)
Sets the given project identifier.
|
CreateBuildRequest |
withReleaseId(java.lang.Long releaseId)
Sets the given release identifier.
|
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public CreateBuildRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getReleaseId()
public void setReleaseId(java.lang.Long releaseId)
releaseId - the given release identifier to set.public CreateBuildRequest withReleaseId(java.lang.Long releaseId)
releaseId - the given release identifier to set.public Build getBuild()
public void setBuild(Build build)
build - the given build instance to set.public CreateBuildRequest withBuild(Build build)
build - the given build instance to set.public java.lang.String toString()
toString in class ApiServiceRequest