Class GHEventPayload.Status

java.lang.Object
org.kohsuke.github.GHEventPayload
org.kohsuke.github.GHEventPayload.Status
Enclosing class:
GHEventPayload

public static class GHEventPayload.Status extends GHEventPayload
A git commit status was changed.
See Also:
  • Constructor Details

    • Status

      public Status()
      Create default Status instance
  • Method Details

    • getContext

      public String getContext()
      Gets the status content.
      Returns:
      status content
    • getTargetUrl

      public String getTargetUrl()
      The optional link added to the status.
      Returns:
      a url
    • getDescription

      public String getDescription()
      Gets the status description.
      Returns:
      status description
    • getState

      public GHCommitState getState()
      Gets the status state.
      Returns:
      status state
    • getCommit

      public GHCommit getCommit()
      Gets the commit associated with the status event.
      Returns:
      commit