java.lang.Object
org.kohsuke.github.GHAppInstallationToken
A Github App Installation Token.
- Author:
- Paulo Miguel Almeida
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets expires at.Gets permissions.Gets repositories.Gets repository selection.getToken()
Gets token.
-
Field Details
-
expires_at
The expires at.
-
-
Constructor Details
-
GHAppInstallationToken
public GHAppInstallationToken()Create default GHAppInstallationToken instance
-
-
Method Details
-
getPermissions
Gets permissions.- Returns:
- the permissions
-
getToken
Gets token.- Returns:
- the token
-
getRepositories
Gets repositories.- Returns:
- the repositories
-
getRepositorySelection
Gets repository selection.- Returns:
- the repository selection
-
getExpiresAt
Gets expires at.- Returns:
- date when this token expires
- Throws:
IOException
- on error
-