public class GHBranchProtection extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GHBranchProtection.EnforceAdmins |
static class |
GHBranchProtection.RequiredReviews |
static class |
GHBranchProtection.RequiredStatusChecks |
static class |
GHBranchProtection.Restrictions |
| Constructor and Description |
|---|
GHBranchProtection() |
| Modifier and Type | Method and Description |
|---|---|
void |
disableSignedCommits()
Deprecated.
|
void |
enabledSignedCommits()
Deprecated.
|
GHBranchProtection.EnforceAdmins |
getEnforceAdmins() |
GHBranchProtection.RequiredReviews |
getRequiredReviews() |
boolean |
getRequiredSignatures()
Deprecated.
|
GHBranchProtection.RequiredStatusChecks |
getRequiredStatusChecks() |
GHBranchProtection.Restrictions |
getRestrictions() |
String |
getUrl() |
@Preview @Deprecated public void enabledSignedCommits() throws IOException
IOException@Preview @Deprecated public void disableSignedCommits() throws IOException
IOExceptionpublic GHBranchProtection.EnforceAdmins getEnforceAdmins()
public GHBranchProtection.RequiredReviews getRequiredReviews()
@Preview @Deprecated public boolean getRequiredSignatures() throws IOException
IOExceptionpublic GHBranchProtection.RequiredStatusChecks getRequiredStatusChecks()
public GHBranchProtection.Restrictions getRestrictions()
public String getUrl()
Copyright © 2018. All rights reserved.