Class ConfigureProfile

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.admin.user.ConfigureProfile
All Implemented Interfaces:
JsonStreamingAction, ErrorCollection, BambooSessionAware, NavigationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.atlassian.struts.TextProvider, com.atlassian.struts.ValidationAware, com.opensymphony.xwork.ValidationAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable
Direct Known Subclasses:
ConfigureNotificationPreferences

public class ConfigureProfile extends BambooActionSupport
See Also:
  • Constructor Details

    • ConfigureProfile

      public ConfigureProfile()
  • Method Details

    • update

      public String update() throws Exception
      Throws:
      Exception
    • edit

      public String edit() throws Exception
      Throws:
      Exception
    • doDefault

      public String doDefault() throws Exception
      Description copied from class: BambooActionSupport
      Default action just sends to the input
      Overrides:
      doDefault in class BambooActionSupport
      Throws:
      Exception
    • validate

      public void validate()
      Specified by:
      validate in interface com.opensymphony.xwork2.Validateable
      Overrides:
      validate in class com.opensymphony.xwork2.ActionSupport
    • execute

      public String execute() throws Exception
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.ActionSupport
      Throws:
      Exception
    • isCurrentlyLoggedInUser

      public boolean isCurrentlyLoggedInUser()
    • getCurrentUser

      public BambooUser getCurrentUser()
    • getRepositoryAliases

      public List<ExtendedAuthor> getRepositoryAliases()
    • getAvailableAuthors

      public List<ExtendedAuthor> getAvailableAuthors()
    • isUserReadOnly

      public boolean isUserReadOnly(com.atlassian.user.User user)
    • getEncodedCurrentUrl

      public String getEncodedCurrentUrl()
    • getGroups

      public List<String> getGroups()
    • getCurrentUserName

      public String getCurrentUserName()
    • setCurrentUserName

      public void setCurrentUserName(String currentUserName)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getConfirmPassword

      public String getConfirmPassword()
    • setConfirmPassword

      public void setConfirmPassword(String confirmPassword)
    • getFullName

      public String getFullName()
    • setFullName

      public void setFullName(String fullName)
    • getEmail

      public String getEmail()
    • setEmail

      public void setEmail(String email)
    • getJabberAddress

      public String getJabberAddress()
    • setJabberAddress

      public void setJabberAddress(String jabberAddress)
    • getAuthors

      public List<Long> getAuthors()
    • setAuthors

      public void setAuthors(List<String> authors)
    • getNotificationPreference

      public String getNotificationPreference()
    • setNotificationPreference

      public void setNotificationPreference(String notificationPreference)
    • getNotificationTransportPreference

      public String getNotificationTransportPreference()
    • setNotificationTransportPreference

      public void setNotificationTransportPreference(String notificationTransportPreference)