java.lang.Object
org.kohsuke.github.GHDeployKey
The type GHDeployKey.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
url
The title. -
key
The title. -
title
The title. -
verified
protected boolean verifiedThe verified. -
id
protected long idThe id.
-
-
Constructor Details
-
GHDeployKey
public GHDeployKey()Create default GHDeployKey instance
-
-
Method Details
-
getId
public long getId()Gets id.- Returns:
- the id
-
getKey
Gets key.- Returns:
- the key
-
getTitle
Gets title.- Returns:
- the title
-
getUrl
Gets url.- Returns:
- the url
-
isVerified
public boolean isVerified()Is verified boolean.- Returns:
- the boolean
-
getCreatedAt
Gets created_at.- Returns:
- the created_at
-
getLastUsedAt
Gets last_used.- Returns:
- the last_used
-
getAdded_by
Gets added_by- Returns:
- the added_by
-
isRead_only
public boolean isRead_only()Is read_only- Returns:
- true if the key can only read. False if the key has write permission as well.
-
toString
To string. -
delete
Delete.- Throws:
IOException
- the io exception
-