public class GHDeployKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected String |
key |
protected String |
title |
protected String |
url |
protected boolean |
verified |
| Constructor and Description |
|---|
GHDeployKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
int |
getId() |
String |
getKey() |
String |
getTitle() |
String |
getUrl() |
boolean |
isVerified() |
String |
toString() |
GHDeployKey |
wrap(GHRepository repo) |
protected String url
protected String key
protected String title
protected boolean verified
protected int id
public int getId()
public String getKey()
public String getTitle()
public String getUrl()
public boolean isVerified()
public GHDeployKey wrap(GHRepository repo)
public void delete()
throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.