Package org.kohsuke.github
Class GHDeployKey
- java.lang.Object
-
- org.kohsuke.github.GHDeployKey
-
public class GHDeployKey extends Object
The type GHDeployKey.
-
-
Constructor Summary
Constructors Constructor Description GHDeployKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddelete()Delete.longgetId()Gets id.StringgetKey()Gets key.StringgetTitle()Gets title.StringgetUrl()Gets url.booleanisVerified()Is verified boolean.StringtoString()GHDeployKeywrap(GHRepository repo)Deprecated.
-
-
-
Method Detail
-
getId
public long getId()
Gets id.- Returns:
- the id
-
getKey
public String getKey()
Gets key.- Returns:
- the key
-
getTitle
public String getTitle()
Gets title.- Returns:
- the title
-
getUrl
public String getUrl()
Gets url.- Returns:
- the url
-
isVerified
public boolean isVerified()
Is verified boolean.- Returns:
- the boolean
-
wrap
@Deprecated public GHDeployKey wrap(GHRepository repo)
Deprecated.Wrap gh deploy key.- Parameters:
repo- the repo- Returns:
- the gh deploy key
-
delete
public void delete() throws IOExceptionDelete.- Throws:
IOException- the io exception
-
-