Module org.kohsuke.github.api
Package org.kohsuke.github
Class GHBranchProtection.RequiredStatusChecks
java.lang.Object
org.kohsuke.github.GHBranchProtection.RequiredStatusChecks
- Enclosing class:
- GHBranchProtection
The type RequiredStatusChecks.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets checks.Gets contexts.getUrl()
Gets url.boolean
Is requires branch up to date boolean.
-
Constructor Details
-
RequiredStatusChecks
public RequiredStatusChecks()Create default RequiredStatusChecks instance
-
-
Method Details
-
getContexts
Gets contexts.- Returns:
- the contexts
-
getChecks
Gets checks.- Returns:
- the checks
-
getUrl
Gets url.- Returns:
- the url
-
isRequiresBranchUpToDate
public boolean isRequiresBranchUpToDate()Is requires branch up to date boolean.- Returns:
- the boolean
-