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. -
state
The state. -
description
The description. -
targetUrl
The target url. -
logUrl
The log url. -
deploymentUrl
The deployment url. -
repositoryUrl
The repository url. -
environmentUrl
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
-