java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHDeploymentStatus
The type GHDeploymentStatus.
-
Field Summary
FieldsModifier 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
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. -
deploymentUrl
The deployment url. -
description
The description. -
environmentUrl
The environment url. -
logUrl
The log url. -
repositoryUrl
The repository url. -
state
The state. -
targetUrl
The target url.
-
-
Constructor Details
-
GHDeploymentStatus
public GHDeploymentStatus()Create default GHDeploymentStatus instance
-
-
Method Details
-
getDeploymentUrl
Gets deployment url.- Returns:
- the deployment url
-
getEnvironmentUrl
Gets deployment environment url.- Returns:
- the deployment environment url
-
getLogUrl
Gets target url.- Returns:
- the target url
-
getRepositoryUrl
Gets repository url.- Returns:
- the repository url
-
getState
Gets state.- Returns:
- the state
-