java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHDeploymentStatus
The type GHDeploymentStatus.
-
Field Summary
Modifier and TypeFieldDescriptionprotected GHUser
The creator.protected String
The deployment url.protected String
The description.protected String
The environment url.protected String
The log url.protected String
The repository url.protected String
The state.protected String
The target url.Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets deployment url.Gets deployment environment url.Gets target url.Gets repository url.getState()
Gets state.Methods inherited from class org.kohsuke.github.GHObject
getCreatedAt, getId, getNodeId, getResponseHeaderFields, getUpdatedAt, getUrl, setResponseHeaderFields, toString
-
Field Details
-
creator
The creator. -
state
The state. -
description
The description. -
target_url
The target url. -
log_url
The log url. -
deployment_url
The deployment url. -
repository_url
The repository url. -
environment_url
The environment url.
-
-
Constructor Details
-
GHDeploymentStatus
public GHDeploymentStatus()Create default GHDeploymentStatus instance
-
-
Method Details
-
getLogUrl
Gets target url.- Returns:
- the target url
-
getDeploymentUrl
Gets deployment url.- Returns:
- the deployment url
-
getEnvironmentUrl
Gets deployment environment url.- Returns:
- the deployment environment url
-
getRepositoryUrl
Gets repository url.- Returns:
- the repository url
-
getState
Gets state.- Returns:
- the state
-