public class Build extends BaseModel
| Modifier and Type | Field and Description |
|---|---|
static Build |
BUILD_HAS_NEVER_RAN
This will be returned by the API in cases where no build has ever
been executed like
JobWithDetails.getLastBuild() etc. |
| Constructor and Description |
|---|
Build() |
Build(Build from) |
Build(int number,
String url) |
| Modifier and Type | Method and Description |
|---|---|
BuildWithDetails |
details() |
boolean |
equals(Object o) |
int |
getNumber() |
int |
getQueueId() |
TestReport |
getTestReport() |
String |
getUrl() |
int |
hashCode() |
String |
Stop() |
public static final Build BUILD_HAS_NEVER_RAN
JobWithDetails.getLastBuild() etc.public Build()
public Build(Build from)
public Build(int number,
String url)
public int getNumber()
public int getQueueId()
public String getUrl()
public BuildWithDetails details() throws IOException
IOExceptionpublic TestReport getTestReport() throws IOException
IOExceptionpublic String Stop() throws org.apache.http.client.HttpResponseException, IOException
org.apache.http.client.HttpResponseExceptionIOExceptionCopyright © 2016. All rights reserved.