Class GHDeploymentStatus

java.lang.Object
org.kohsuke.github.GHObject
org.kohsuke.github.GHDeploymentStatus

public class GHDeploymentStatus extends GHObject
The type GHDeploymentStatus.
  • Field Details

    • creator

      protected GHUser creator
      The creator.
    • state

      protected String state
      The state.
    • description

      protected String description
      The description.
    • targetUrl

      protected String targetUrl
      The target url.
    • logUrl

      protected String logUrl
      The log url.
    • deploymentUrl

      protected String deploymentUrl
      The deployment url.
    • repositoryUrl

      protected String repositoryUrl
      The repository url.
    • environmentUrl

      protected String environmentUrl
      The environment url.
  • Constructor Details

    • GHDeploymentStatus

      public GHDeploymentStatus()
      Create default GHDeploymentStatus instance
  • Method Details

    • getLogUrl

      public URL getLogUrl()
      Gets target url.
      Returns:
      the target url
    • getDeploymentUrl

      public URL getDeploymentUrl()
      Gets deployment url.
      Returns:
      the deployment url
    • getEnvironmentUrl

      public URL getEnvironmentUrl()
      Gets deployment environment url.
      Returns:
      the deployment environment url
    • getRepositoryUrl

      public URL getRepositoryUrl()
      Gets repository url.
      Returns:
      the repository url
    • getState

      public GHDeploymentState getState()
      Gets state.
      Returns:
      the state