|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kohsuke.github.GHDeployKey
public class GHDeployKey
| Field Summary | |
|---|---|
protected int |
id
|
protected String |
key
|
protected String |
title
|
protected String |
url
|
protected boolean |
verified
|
| Constructor Summary | |
|---|---|
GHDeployKey()
|
|
| Method Summary | |
|---|---|
void |
delete()
|
int |
getId()
|
String |
getKey()
|
String |
getTitle()
|
String |
getUrl()
|
boolean |
isVerified()
|
String |
toString()
|
GHDeployKey |
wrap(GHRepository repo)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String url
protected String key
protected String title
protected boolean verified
protected int id
| Constructor Detail |
|---|
public GHDeployKey()
| Method Detail |
|---|
public int getId()
public String getKey()
public String getTitle()
public String getUrl()
public boolean isVerified()
public GHDeployKey wrap(GHRepository repo)
public String toString()
toString in class Object
public void delete()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||