Class GitHubAppInstallation
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.github.GitHubAppInstallation
-
public class GitHubAppInstallation extends Object
-
-
Constructor Summary
Constructors Constructor Description GitHubAppInstallation(String id, GitHubUser account, GitHubUser suspendedBy, String suspendedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitHubUser
getAccount()
String
getId()
String
getSuspendedAt()
GitHubUser
getSuspendedBy()
-
-
-
Constructor Detail
-
GitHubAppInstallation
public GitHubAppInstallation(@NotNull String id, @NotNull GitHubUser account, @NotNull GitHubUser suspendedBy, @Nullable String suspendedAt)
-
-
Method Detail
-
getId
@NotNull public String getId()
-
getAccount
@NotNull public GitHubUser getAccount()
-
getSuspendedBy
@Nullable public GitHubUser getSuspendedBy()
-
getSuspendedAt
@Nullable public String getSuspendedAt()
-
-