public class GoogleUserInfo
extends hudson.model.UserProperty
Modifier and Type | Class and Description |
---|---|
static class |
GoogleUserInfo.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
String |
email |
String |
family_name |
String |
gender |
String |
given_name |
String |
id |
String |
link |
String |
locale |
String |
name |
String |
picture |
boolean |
verified_email |
Constructor and Description |
---|
GoogleUserInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail() |
String |
getName() |
void |
updateProfile(hudson.model.User u)
Updates the user based on the information in this identity.
|
public String family_name
public String name
public String picture
public String locale
public String gender
public String email
public String link
public String given_name
public String id
public boolean verified_email
public String getEmail()
public String getName()
public void updateProfile(hudson.model.User u) throws IOException
IOException
Copyright © 2016–2018. All rights reserved.