org.kohsuke.github
Class GHKey

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

public class GHKey
extends Object

SSH public key.

Author:
Kohsuke Kawaguchi

Constructor Summary
GHKey()
           
 
Method Summary
 int getId()
           
 String getKey()
           
 String getTitle()
           
 String getUrl()
          Something like "https://api.github.com/user/keys/73593"
 boolean isVerified()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GHKey

public GHKey()
Method Detail

getId

public int getId()

getKey

public String getKey()

getTitle

public String getTitle()

getUrl

public String getUrl()
Something like "https://api.github.com/user/keys/73593"


isVerified

public boolean isVerified()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.