public static class WikiPageEvent.Wiki extends Object
Constructor and Description |
---|
Wiki() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultBranch() |
String |
getGit_http_url() |
String |
getGit_ssh_url() |
String |
getPathWithNamespace() |
String |
getWebUrl() |
void |
setDefaultBranch(String defaultBranch) |
void |
setGit_http_url(String git_http_url) |
void |
setGit_ssh_url(String git_ssh_url) |
void |
setPathWithNamespace(String pathWithNamespace) |
void |
setWebUrl(String webUrl) |
public String getWebUrl()
public void setWebUrl(String webUrl)
public String getGit_http_url()
public void setGit_http_url(String git_http_url)
public String getGit_ssh_url()
public void setGit_ssh_url(String git_ssh_url)
public String getPathWithNamespace()
public void setPathWithNamespace(String pathWithNamespace)
public String getDefaultBranch()
public void setDefaultBranch(String defaultBranch)
Copyright © 2019. All rights reserved.