public interface GitHubStatusChecksConfigurations
| 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.
|
boolean |
isSkipProgressUpdates()
Returns whether to suppress progress updates from the
io.jenkins.plugins.checks.status.FlowExecutionAnalyzer. |
boolean |
isSuppressLogs()
Defines whether to suppress log output in status checks.
|
boolean |
isUnstableBuildNeutral()
Defines whether to publish unstable builds as neutral status checks.
|
String getName()
boolean isSkip()
boolean isUnstableBuildNeutral()
boolean isSuppressLogs()
boolean isSkipProgressUpdates()
io.jenkins.plugins.checks.status.FlowExecutionAnalyzer.
Queued, Checkout and Completed will still run but not 'onNewHead'Copyright © 2016–2022. All rights reserved.