Class GitSCMChecksExtension

java.lang.Object
hudson.model.AbstractDescribableImpl<hudson.plugins.git.extensions.GitSCMExtension>
hudson.plugins.git.extensions.GitSCMExtension
io.jenkins.plugins.checks.github.config.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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Descriptor for GitSCMChecksExtension.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor for stapler.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GitSCMChecksExtension

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

    • setVerboseConsoleLog

      @DataBoundSetter public void setVerboseConsoleLog(boolean verboseConsoleLog)
    • isVerboseConsoleLog

      public boolean isVerboseConsoleLog()
      Description copied from interface: GitHubChecksConfig
      Defines whether to output verbose console log.
      Specified by:
      isVerboseConsoleLog in interface GitHubChecksConfig
      Returns:
      true for verbose log