public class Project extends BrowserStackObject
| Constructor and Description |
|---|
Project() |
Project(BrowserStackClient client,
int projectId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete() |
protected Map<String,Object> |
getAdditionalProperties() |
List<Build> |
getBuilds() |
String |
getCreatedAt() |
int |
getGroupId() |
int |
getId() |
String |
getName() |
String |
getUpdatedAt() |
int |
getUserId() |
<T> T |
setClient(BrowserStackClient client) |
getClient, hasClientpublic Project()
public Project(BrowserStackClient client, int projectId)
public final boolean delete()
throws AutomateException
AutomateExceptionpublic <T> T setClient(BrowserStackClient client)
setClient in class BrowserStackObjectpublic String getName()
public String getUpdatedAt()
public int getGroupId()
public String getCreatedAt()
public int getId()
public int getUserId()
public List<Build> getBuilds() throws AutomateException
AutomateExceptionCopyright © 2020. All rights reserved.