Package org.gitlab4j.api.models
Class PushData
- java.lang.Object
-
- org.gitlab4j.api.models.PushData
-
public class PushData extends Object
-
-
Constructor Summary
Constructors Constructor Description PushData()
-
Method Summary
Modifier and Type Method Description Constants.ActionType
getAction()
Integer
getCommit_count()
String
getCommitFrom()
String
getCommitTo()
String
getRef()
String
getRefType()
void
setAction(Constants.ActionType action)
void
setCommit_count(Integer commit_count)
void
setCommitFrom(String commitFrom)
void
setCommitTo(String commitTo)
void
setRef(String ref)
void
setRefType(String refType)
String
toString()
-
-
-
Method Detail
-
getCommit_count
public Integer getCommit_count()
-
setCommit_count
public void setCommit_count(Integer commit_count)
-
getAction
public Constants.ActionType getAction()
-
setAction
public void setAction(Constants.ActionType action)
-
getRefType
public String getRefType()
-
setRefType
public void setRefType(String refType)
-
getCommitFrom
public String getCommitFrom()
-
setCommitFrom
public void setCommitFrom(String commitFrom)
-
getCommitTo
public String getCommitTo()
-
setCommitTo
public void setCommitTo(String commitTo)
-
getRef
public String getRef()
-
setRef
public void setRef(String ref)
-
-