Class GHEventPayload.CheckRun

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

public static class GHEventPayload.CheckRun extends GHEventPayload
A check run event has been created, rerequested, completed, or has a requested_action.
See Also:
  • Constructor Details

    • CheckRun

      public CheckRun()
  • Method Details

    • getNumber

      public int getNumber()
      Gets number.
      Returns:
      the number
    • setCheckRun

      @Deprecated public void setCheckRun(GHCheckRun currentCheckRun)
      Deprecated.
      Do not use this method. It was added due to incomplete understanding of Jackson binding.
      Sets Check Run object.
      Parameters:
      currentCheckRun - the check run object
    • getCheckRun

      public GHCheckRun getCheckRun()
      Gets Check Run object.
      Returns:
      the current checkRun object
    • setRequestedAction

      @Deprecated public void setRequestedAction(GHRequestedAction currentRequestedAction)
      Deprecated.
      Do not use this method. It was added due to incomplete understanding of Jackson binding.
      Sets the Requested Action object.
      Parameters:
      currentRequestedAction - the current action
    • getRequestedAction

      public GHRequestedAction getRequestedAction()
      Gets the Requested Action object.
      Returns:
      the requested action
    • getRoot

      @Deprecated public GitHub getRoot()
      Deprecated.
      For access to the GitHub instance, use a local copy instead of pulling it out of objects.
      Get the root GitHub instance for this object.
      Returns:
      the root GitHub instance