public class GHDeployment extends GHObject
| Modifier and Type | Field and Description |
|---|---|
protected GHUser |
creator |
protected String |
description |
protected String |
environment |
protected Object |
payload |
protected String |
ref |
protected String |
repository_url |
protected String |
sha |
protected String |
statuses_url |
protected String |
task |
created_at, id, updated_at, url| Constructor and Description |
|---|
GHDeployment() |
| Modifier and Type | Method and Description |
|---|---|
GHUser |
getCreator() |
String |
getEnvironment() |
URL |
getHtmlUrl()
Deprecated.
This object has no HTML URL.
|
String |
getPayload() |
String |
getRef() |
URL |
getRepositoryUrl() |
String |
getSha() |
URL |
getStatusesUrl() |
String |
getTask() |
getCreatedAt, getId, getUpdatedAt, getUrlprotected String sha
protected String ref
protected String task
protected Object payload
protected String environment
protected String description
protected String statuses_url
protected String repository_url
protected GHUser creator
public URL getStatusesUrl()
public URL getRepositoryUrl()
public String getTask()
public String getPayload()
public String getEnvironment()
public GHUser getCreator()
public String getRef()
public String getSha()
public URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectCopyright © 2016. All Rights Reserved.