public class GHDeployKey extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
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()
Delete.
|
long |
getId()
Gets id.
|
String |
getKey()
Gets key.
|
String |
getTitle()
Gets title.
|
String |
getUrl()
Gets url.
|
boolean |
isVerified()
Is verified boolean.
|
String |
toString() |
GHDeployKey |
wrap(GHRepository repo)
Wrap gh deploy key.
|
protected String url
protected String key
protected String title
protected boolean verified
protected long id
public long getId()
public String getKey()
public String getTitle()
public String getUrl()
public boolean isVerified()
public GHDeployKey wrap(GHRepository repo)
repo - the repopublic void delete()
throws IOException
IOException - the io exceptionCopyright © 2020. All rights reserved.