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 |
isUnstableBuildNeutral()
Defines whether to publish unstable builds as neutral status checks.
|
String getName()
boolean isSkip()
boolean isUnstableBuildNeutral()
Copyright © 2016–2021. All rights reserved.