public class GitHubPushEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GitHubPushEvent.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
REF_NAME_GIT_HUB_PAGES |
static String |
REF_TYPE_BRANCH |
static String |
REF_TYPE_TAG |
| Constructor and Description |
|---|
GitHubPushEvent() |
| Modifier and Type | Method and Description |
|---|---|
static GitHubPushEvent.Builder |
aPushEvent() |
String |
getRef() |
String |
getRefType() |
Repository |
getRepository() |
boolean |
isBranch() |
boolean |
isGitHubPages() |
void |
setRef(String ref) |
void |
setRefType(String refType) |
void |
setRepository(Repository repository) |
String |
toString() |
public static final String REF_NAME_GIT_HUB_PAGES
public static final String REF_TYPE_BRANCH
public static final String REF_TYPE_TAG
public static GitHubPushEvent.Builder aPushEvent()
public void setRef(String ref)
public String getRef()
public void setRefType(String refType)
public String getRefType()
public void setRepository(Repository repository)
public Repository getRepository()
public boolean isBranch()
public boolean isGitHubPages()
Copyright © 2017. All rights reserved.