Package jetbrains.buildServer.serverSide
Interface UserForm
-
- All Known Implementing Classes:
AdminCreateUserForm
,AdminEditUserForm
,EditPersonalProfileForm
,NewUserForm
,ProfileForm
public interface UserForm
Provide current information about the user that is being edited/created.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEmail()
String
getName()
String
getUsername()
-