Package org.gitlab4j.api.models
Class CommitRef
java.lang.Object
org.gitlab4j.api.models.CommitRef
public class CommitRef extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommitRef.RefType
-
Constructor Summary
Constructors Constructor Description CommitRef()
-
Method Summary
Modifier and Type Method Description String
getName()
CommitRef.RefType
getType()
void
setName(String name)
void
setType(CommitRef.RefType type)
String
toString()