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, updated_at, url| Constructor and Description |
|---|
GHDeploymentStatus() |
| Modifier and Type | Method and Description |
|---|---|
URL |
getDeploymentUrl() |
URL |
getRepositoryUrl() |
GHDeploymentState |
getState() |
URL |
getTargetUrl() |
GHDeploymentStatus |
wrap(GHRepository owner) |
getCreatedAt, getId, getUpdatedAt, getUrlprotected 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)
public URL getTargetUrl()
public URL getDeploymentUrl()
public URL getRepositoryUrl()
public GHDeploymentState getState()
Copyright © 2015. All rights reserved.