public class GHDeploymentStatus extends GHObject
| Modifier and Type | Field and Description |
|---|---|
protected GHUser |
creator |
protected String |
deployment_url |
protected String |
description |
protected String |
repository_url |
protected String |
state |
protected String |
target_url |
created_at, id, responseHeaderFields, updated_at, url| Constructor and Description |
|---|
GHDeploymentStatus() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getDeploymentUrl()
Gets deployment url.
|
URL |
getHtmlUrl()
Deprecated.
This object has no HTML URL.
|
URL |
getRepositoryUrl()
Gets repository url.
|
GHDeploymentState |
getState()
Gets state.
|
URL |
getTargetUrl()
Gets target url.
|
GHDeploymentStatus |
wrap(GHRepository owner)
Wrap gh deployment status.
|
getCreatedAt, getId, getResponseHeaderFields, getUpdatedAt, getUrl, toStringprotected GHUser creator
protected String state
protected String description
protected String target_url
protected String deployment_url
protected String repository_url
public GHDeploymentStatus wrap(GHRepository owner)
owner - the ownerpublic URL getTargetUrl()
public URL getDeploymentUrl()
public URL getRepositoryUrl()
public GHDeploymentState getState()
public URL getHtmlUrl()
GHObjectgetHtmlUrl in class GHObjectCopyright © 2020. All rights reserved.