public class CommitRef extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommitRef.RefType |
Constructor and Description |
---|
CommitRef() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
CommitRef.RefType |
getType() |
void |
setName(String name) |
void |
setType(CommitRef.RefType type) |
String |
toString() |
public CommitRef.RefType getType()
public void setType(CommitRef.RefType type)
public String getName()
public void setName(String name)
Copyright © 2019. All rights reserved.