Package org.kohsuke.github
Class GHDeploymentStatus
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.Deprecated.until preview feature has graduated to stableDeprecated.This object has no HTML URL.Deprecated.until preview feature has graduated to stableGets repository url.getRoot()Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.getState()Gets state.Deprecated.Target url is deprecated in favor ofgetLogUrlwrap(GHRepository owner) Deprecated.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
-
wrap
Deprecated.Wrap gh deployment status.- Parameters:
owner- the owner- Returns:
- the gh deployment status
-
getTargetUrl
Deprecated.Target url is deprecated in favor ofgetLogUrlGets target url.- Returns:
- the target url
-
getLogUrl
Deprecated.until preview feature has graduated to stableGets target url.This method replaces
getTargetUrl}.- Returns:
- the target url
-
getDeploymentUrl
Gets deployment url.- Returns:
- the deployment url
-
getEnvironmentUrl
Deprecated.until preview feature has graduated to stableGets deployment environment url.- Returns:
- the deployment environment url
-
getRepositoryUrl
Gets repository url.- Returns:
- the repository url
-
getState
Gets state.- Returns:
- the state
-
getHtmlUrl
Deprecated.This object has no HTML URL.Gets the html url.- Specified by:
getHtmlUrlin classGHObject- Returns:
- the html url
-
getRoot
Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.Get the rootGitHubinstance for this object.- Returns:
- the root
GitHubinstance
-