Class GitHubChecksAction

  • All Implemented Interfaces:
    Action, ModelObject

    public class GitHubChecksAction
    extends InvisibleAction
    An invisible action to track the state of GitHub Checks so that the publisher can update existing checks by the same name, and report back to the checks api the state of a named check (without having to go and check GitHub each time).
    • Constructor Detail

      • GitHubChecksAction

        public GitHubChecksAction​(long id,
                                  String name)
        Construct a GitHubChecksAction with the given details.
        Parameters:
        id - the id of the check run as reported by GitHub
        name - the name of the check
    • Method Detail

      • getId

        public long getId()
      • getName

        public String getName()