Class Branch
java.lang.Object
ink.icoding.github4j.model.Branch
分支信息,对应GitHub仓库中的分支。
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidvoidvoidsetProtected(boolean isProtected) voidsetProtection(Branch.BranchProtectionLinks protection)
-
Constructor Details
-
Branch
public Branch()
-
-
Method Details
-
getName
-
setName
-
getCommit
-
setCommit
-
isProtected
public boolean isProtected() -
setProtected
public void setProtected(boolean isProtected) -
getProtection
-
setProtection
-