Class GHEventPayload.CheckRun

    • Constructor Detail

      • CheckRun

        public CheckRun()
    • Method Detail

      • 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