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.
    • target_url

      protected String target_url
      The target url.
    • log_url

      protected String log_url
      The log url.
    • deployment_url

      protected String deployment_url
      The deployment url.
    • repository_url

      protected String repository_url
      The repository url.
    • environment_url

      protected String environment_url
      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