public class GitHubSCMSourceStatusChecksTrait extends jenkins.scm.api.trait.SCMSourceTrait implements GitHubStatusChecksConfigurations
StatusChecksProperties for jobs using
GitHubSCMSource.| Modifier and Type | Class and Description |
|---|---|
static class |
GitHubSCMSourceStatusChecksTrait.DescriptorImpl
Descriptor implementation for
GitHubSCMSourceStatusChecksTrait. |
| Constructor and Description |
|---|
GitHubSCMSourceStatusChecksTrait()
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.
|
_for, _for, all, applyToBuilder, applyToContext, applyToObserver, decorateBuilder, decorateContext, decorateObserver, getDescriptor, includeCategory, isCategoryEnabledasSetList, asSetList, find@DataBoundConstructor public GitHubSCMSourceStatusChecksTrait()
public String getName()
getName in interface GitHubStatusChecksConfigurationspublic boolean isSkip()
isSkip 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–2020. All rights reserved.