public class GitSCMStatusChecksExtension extends hudson.plugins.git.extensions.GitSCMExtension implements GitHubStatusChecksConfigurations
StatusChecksProperties for freestyle jobs using GitSCM.| Modifier and Type | Class and Description |
|---|---|
static class |
GitSCMStatusChecksExtension.DescriptorImpl
Descriptor implementation for
GitSCMStatusChecksExtension. |
| Constructor and Description |
|---|
GitSCMStatusChecksExtension()
Constructor for stapler.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Defines the status checks name which is also used as identifier for GitHub checks.
|
boolean |
isSkip()
Defines whether to skip publishing status checks.
|
void |
setName(String name)
Set the name of the status checks.
|
void |
setSkip(boolean skip)
Set if skip publishing status checks.
|
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@DataBoundConstructor public GitSCMStatusChecksExtension()
public String getName()
GitHubStatusChecksConfigurationsgetName in interface GitHubStatusChecksConfigurationspublic boolean isSkip()
GitHubStatusChecksConfigurationsisSkip in interface GitHubStatusChecksConfigurations@DataBoundSetter public void setName(String name)
name - name of the checks@DataBoundSetter public void setSkip(boolean skip)
skip - true if skipCopyright © 2016–2021. All rights reserved.