Class GHRepositoryVariable.Creator

All Implemented Interfaces:
GitHubRequestBuilderDone<GHRepositoryVariable>
Enclosing class:
GHRepositoryVariable

@BetaApi public static class GHRepositoryVariable.Creator extends GHRepositoryVariableBuilder<GHRepositoryVariable.Creator>
A GHRepositoryVariableBuilder that creates a new GHRepositoryVariable

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