public class Build extends BrowserStackObject
| Constructor and Description |
|---|
Build() |
Build(BrowserStackClient client,
String buildId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete() |
protected Map<String,Object> |
getAdditionalProperties() |
int |
getDuration() |
String |
getId() |
String |
getName() |
List<Session> |
getSessions() |
String |
getStatus() |
<T> T |
setClient(BrowserStackClient client) |
getClient, hasClientpublic Build()
public Build(BrowserStackClient client, String buildId)
public final boolean delete()
throws AutomateException
AutomateExceptionpublic <T> T setClient(BrowserStackClient client)
setClient in class BrowserStackObjectpublic String getId()
public String getStatus()
public int getDuration()
public String getName()
public List<Session> getSessions() throws BuildNotFound, AutomateException
BuildNotFoundAutomateExceptionCopyright © 2018. All rights reserved.