Class GHLabel.Creator

java.lang.Object
org.kohsuke.github.GHLabel.Creator
All Implemented Interfaces:
GitHubRequestBuilderDone<GHLabel>
Enclosing class:
GHLabel

@BetaApi public static class GHLabel.Creator extends Object
A GHLabelBuilder that creates a new GHLabel Consumer must call GitHubRequestBuilderDone.done() to create the new instance.
  • Field Details

    • requester

      @Nonnull protected final org.kohsuke.github.Requester requester
      The requester.
    • updateInPlace

      protected boolean updateInPlace
      The update in place.
  • Method Details