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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
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 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 interfaceGitHubChecksConfig
- Returns:
- true for verbose log
-