Class GitSCMChecksExtension

  • All Implemented Interfaces:
    Describable<hudson.plugins.git.extensions.GitSCMExtension>, GitHubChecksConfig

    @Extension
    public class GitSCMChecksExtension
    extends hudson.plugins.git.extensions.GitSCMExtension
    implements GitHubChecksConfig
    GitHub checks configurations for freestyle jobs with GitSCM.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVerboseConsoleLog()
      Defines whether to output verbose console log.
      void setVerboseConsoleLog​(boolean verboseConsoleLog)  
      • Methods inherited from class hudson.plugins.git.extensions.GitSCMExtension

        beforeCheckout, beforeCheckout, decorate, decorateCheckoutCommand, decorateCheckoutCommand, decorateCloneCommand, decorateCloneCommand, decorateFetchCommand, decorateFetchCommand, decorateMergeCommand, decorateMergeCommand, decorateRevisionToBuild, decorateRevisionToBuild, determineSupportForJGit, enableMultipleRevisionDetection, getDescriptor, getRequiredClient, getWorkingDirectory, getWorkingDirectory, isRevExcluded, onCheckoutCompleted, onCheckoutCompleted, onClean, populateEnvironmentVariables, requiresWorkspaceForPolling
    • Constructor Detail

      • GitSCMChecksExtension

        @DataBoundConstructor
        public GitSCMChecksExtension()
        Constructor for stapler.
    • Method Detail

      • setVerboseConsoleLog

        @DataBoundSetter
        public void setVerboseConsoleLog​(boolean verboseConsoleLog)