public class org.kohsuke.github.GHBranchProtection$AllowForcePushes extends java.lang.Object
{
private boolean enabled;
public void <init>()
{
org.kohsuke.github.GHBranchProtection$AllowForcePushes v;
v := @this: org.kohsuke.github.GHBranchProtection$AllowForcePushes;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public boolean isEnabled()
{
boolean v;
org.kohsuke.github.GHBranchProtection$AllowForcePushes v;
v := @this: org.kohsuke.github.GHBranchProtection$AllowForcePushes;
v = v.<org.kohsuke.github.GHBranchProtection$AllowForcePushes: boolean enabled>;
return v;
}
}