com.atlassian.bamboo.ww2.actions.admin.user
Class ConfigureProfile
java.lang.Object
ActionSupport
com.atlassian.bamboo.ww2.BambooActionSupport
com.atlassian.bamboo.ww2.actions.admin.user.ConfigureProfile
- All Implemented Interfaces:
- ErrorCollection, BambooSessionAware, ReturnUrlAware
public class ConfigureProfile
- extends BambooActionSupport
Methods inherited from class com.atlassian.bamboo.ww2.BambooActionSupport |
addError, addError, addErrorCollection, addErrorMessage, addErrorMessages, addErrors, addIllegalArgumentException, doesLabelKeyHaveMatchingDescription, getAsPreformattedText, getBamboo, getBambooSession, getBreadCrumbs, getBuildManager, getConglomerateCookieValue, getCookieCutter, getCookieValue, getCurrentUrl, getDescriptionFromLabelKey, getFlushedErrorMessages, getReturnUrl, getUser, getWebItemsForSection, getWebResourceManager, getWebSectionsForLocation, hasAnyErrors, hasBuilds, hasPerm, isEnableSignup, isSelectFieldAndNull, setAuthenticationContext, setBambooPermissionManager, setBuildManager, setCookieCutter, setErrorMessages, setHtmlUtils, setReturnUrl, setWebInterfaceManager, setWebResourceManager |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigureProfile
public ConfigureProfile()
doUpdate
public String doUpdate()
throws Exception
- Throws:
Exception
doEdit
public String doEdit()
throws Exception
- Throws:
Exception
doDefault
public String doDefault()
throws Exception
- Overrides:
doDefault
in class BambooActionSupport
- Throws:
Exception
execute
public String execute()
throws Exception
- Throws:
Exception
isCurrentlyLoggedInUser
public boolean isCurrentlyLoggedInUser()
getCurrentUser
public BambooUser getCurrentUser()
getAuthor
public Author getAuthor()
getAvailableAuthors
public Map getAvailableAuthors()
getTopNByDateDesc
public List getTopNByDateDesc(List list,
int size)
getGroups
public List getGroups()
getCurrentUserName
public String getCurrentUserName()
setCurrentUserName
public void setCurrentUserName(String currentUserName)
setBambooUserManager
public void setBambooUserManager(BambooUserManager bambooUserManager)
setExtendedAuthorManager
public void setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)
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)
getAuthorId
public long getAuthorId()
setAuthorId
public void setAuthorId(long authorId)
getNewAuthorName
public String getNewAuthorName()
setNewAuthorName
public void setNewAuthorName(String newAuthorName)
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.