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()
Deprecated.Integer
getCommitCount()
String
getCommitFrom()
String
getCommitTitle()
String
getCommitTo()
String
getRef()
String
getRefType()
void
setAction(Constants.ActionType action)
void
setCommit_count(Integer commit_count)
Deprecated.void
setCommitCount(Integer commit_count)
void
setCommitFrom(String commitFrom)
void
setCommitTitle(String commitTitle)
void
setCommitTo(String commitTo)
void
setRef(String ref)
void
setRefType(String refType)
String
toString()
-
Constructor Details
-
PushData
public PushData()
-
-
Method Details