org.kohsuke.github
Class GHDeployKey

java.lang.Object
  extended by org.kohsuke.github.GHDeployKey

public class GHDeployKey
extends Object


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

url

protected String url

key

protected String key

title

protected String title

verified

protected boolean verified

id

protected int id
Constructor Detail

GHDeployKey

public GHDeployKey()
Method Detail

getId

public int getId()

getKey

public String getKey()

getTitle

public String getTitle()

getUrl

public String getUrl()

isVerified

public boolean isVerified()

wrap

public GHDeployKey wrap(GHRepository repo)

toString

public String toString()
Overrides:
toString in class Object

delete

public void delete()
            throws IOException
Throws:
IOException


Copyright © 2014. All rights reserved.