Class UserEx
- java.lang.Object
-
- org.eclipse.egit.github.core.User
-
- jetbrains.buildServer.serverSide.oauth.github.UserEx
-
- All Implemented Interfaces:
Serializable
public class UserEx extends org.eclipse.egit.github.core.UserRepresents an extended GitHub user class with additional two-factor authentication field.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserEx()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetTwoFactorAuthentication()voidsetTwoFactorAuthentication(boolean twoFactorAuthentication)-
Methods inherited from class org.eclipse.egit.github.core.User
getAvatarUrl, getBio, getBlog, getCollaborators, getCompany, getCreatedAt, getDiskUsage, getEmail, getFollowers, getFollowing, getGravatarId, getHtmlUrl, getId, getLocation, getLogin, getName, getOwnedPrivateRepos, getPlan, getPrivateGists, getPublicGists, getPublicRepos, getTotalPrivateRepos, getType, getUrl, isHireable, setAvatarUrl, setBio, setBlog, setCollaborators, setCompany, setCreatedAt, setDiskUsage, setEmail, setFollowers, setFollowing, setGravatarId, setHireable, setHtmlUrl, setId, setLocation, setLogin, setName, setOwnedPrivateRepos, setPlan, setPrivateGists, setPublicGists, setPublicRepos, setTotalPrivateRepos, setType, setUrl
-
-