java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHDeploymentStatus
The type GHDeploymentStatus.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GHUserThe creator.protected StringThe deployment url.protected StringThe description.protected StringThe environment url.protected StringThe log url.protected StringThe repository url.protected StringThe state.protected StringThe target url.Fields inherited from class org.kohsuke.github.GHObject
responseHeaderFields -
Constructor Summary
Constructors -
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
-