public class org.kohsuke.github.GHBranchProtection$RequiredReviews extends java.lang.Object
{
private org.kohsuke.github.GHBranchProtection$Restrictions dismissalRestriction;
private boolean dismissStaleReviews;
private boolean requireCodeOwnerReviews;
private int requiredReviewers;
private java.lang.String url;
public void <init>()
{
org.kohsuke.github.GHBranchProtection$RequiredReviews v;
v := @this: org.kohsuke.github.GHBranchProtection$RequiredReviews;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public org.kohsuke.github.GHBranchProtection$Restrictions getDismissalRestrictions()
{
org.kohsuke.github.GHBranchProtection$RequiredReviews v;
org.kohsuke.github.GHBranchProtection$Restrictions v;
v := @this: org.kohsuke.github.GHBranchProtection$RequiredReviews;
v = v.<org.kohsuke.github.GHBranchProtection$RequiredReviews: org.kohsuke.github.GHBranchProtection$Restrictions dismissalRestriction>;
return v;
}
public java.lang.String getUrl()
{
java.lang.String v;
org.kohsuke.github.GHBranchProtection$RequiredReviews v;
v := @this: org.kohsuke.github.GHBranchProtection$RequiredReviews;
v = v.<org.kohsuke.github.GHBranchProtection$RequiredReviews: java.lang.String url>;
return v;
}
public boolean isDismissStaleReviews()
{
org.kohsuke.github.GHBranchProtection$RequiredReviews v;
boolean v;
v := @this: org.kohsuke.github.GHBranchProtection$RequiredReviews;
v = v.<org.kohsuke.github.GHBranchProtection$RequiredReviews: boolean dismissStaleReviews>;
return v;
}
public boolean isRequireCodeOwnerReviews()
{
org.kohsuke.github.GHBranchProtection$RequiredReviews v;
boolean v;
v := @this: org.kohsuke.github.GHBranchProtection$RequiredReviews;
v = v.<org.kohsuke.github.GHBranchProtection$RequiredReviews: boolean requireCodeOwnerReviews>;
return v;
}
public int getRequiredReviewers()
{
int v;
org.kohsuke.github.GHBranchProtection$RequiredReviews v;
v := @this: org.kohsuke.github.GHBranchProtection$RequiredReviews;
v = v.<org.kohsuke.github.GHBranchProtection$RequiredReviews: int requiredReviewers>;
return v;
}
}