public class GHDeploymentStatus extends GHObject
| Modifier and Type | Field and Description |
|---|---|
protected GHUser |
creator |
protected java.lang.String |
deployment_url |
protected java.lang.String |
description |
protected java.lang.String |
repository_url |
protected java.lang.String |
state |
protected java.lang.String |
target_url |
created_at, id, updated_at, url| Constructor and Description |
|---|
GHDeploymentStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getDeploymentUrl() |
java.net.URL |
getHtmlUrl()
Deprecated.
This object has no HTML URL.
|
java.net.URL |
getRepositoryUrl() |
GHDeploymentState |
getState() |
java.net.URL |
getTargetUrl() |
GHDeploymentStatus |
wrap(GHRepository owner) |
getCreatedAt, getId, getUpdatedAt, getUrl, toStringprotected GHUser creator
protected java.lang.String state
protected java.lang.String description
protected java.lang.String target_url
protected java.lang.String deployment_url
protected java.lang.String repository_url
public GHDeploymentStatus wrap(GHRepository owner)
public java.net.URL getTargetUrl()
public java.net.URL getDeploymentUrl()
public java.net.URL getRepositoryUrl()
public GHDeploymentState getState()
public java.net.URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectCopyright © 2016. All Rights Reserved.