public class Branch extends Object
Constructor and Description |
---|
Branch() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Commit |
getCommit() |
String |
getName() |
Boolean |
getProtectedBranch() |
int |
hashCode() |
void |
setCommit(Commit commit) |
void |
setName(String name) |
void |
setProtectedBranch(Boolean protectedBranch) |
String |
toString() |
Copyright © 2016–2022. All rights reserved.