com.atlassian.bamboo.ww2.actions.build.admin.config
Class ConfigureBuildPermissions

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.bamboo.ww2.BambooActionSupport
          extended by com.atlassian.bamboo.ww2.actions.build.admin.BuildConfigurationSupport
              extended by com.atlassian.bamboo.configuration.AbstractPermissionAction
                  extended by com.atlassian.bamboo.ww2.actions.build.admin.config.ConfigureBuildPermissions
All Implemented Interfaces:
ErrorCollection, BambooSessionAware, BuildAware, BuildConfigurationAware, BuildFromSessionAware, BypassValidationAware, DomainObjectSecurityAware, GlobalReadSecurityAware, PlanAdminSecurityAware, PlanAware, PlanLimitAware, ReturnUrlAware, com.atlassian.core.i18n.I18nTextProvider, com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class ConfigureBuildPermissions
extends AbstractPermissionAction
implements BuildAware, BuildFromSessionAware, BypassValidationAware, PlanAdminSecurityAware, PlanLimitAware

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.bamboo.ww2.BambooActionSupport
BambooActionSupport.JSONStatus
 
Field Summary
static java.lang.String MODE_CREATE
           
static java.lang.String MODE_EDIT
           
static java.lang.String RESULT_BACK
           
static java.lang.String RESULT_EDIT_PERMISSIONS
           
 
Fields inherited from class com.atlassian.bamboo.configuration.AbstractPermissionAction
acl, aclService, aclUpdateHelper, addGroupPrincipal, addUserPrincipal, grantedGroups, grantedPermissions, grantedUsers, newGroup, newUser, nonProcessedGrantedPermissions, principalType
 
Fields inherited from class com.atlassian.bamboo.ww2.actions.build.admin.BuildConfigurationSupport
BACK
 
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport
administrationConfigurationManager, bambooPermissionManager, buildDefinitionManager, buildManager, chainManager, CONFIRM, cookieCutter, dashboardCachingManager, planManager, projectManager
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
ConfigureBuildPermissions()
           
 
Method Summary
 void bulkUpdateAcls(org.acegisecurity.acls.MutableAcl acl, java.util.List permissions)
           
 java.lang.String doAddGroupPrincipal()
           
 java.lang.String doAddUserPrincipal()
           
 java.lang.String doSaveAllPermissions()
           
 java.lang.String doUpdatePermissions()
           
 org.acegisecurity.acls.MutableAcl getAcl()
           
 java.lang.String getBackButton()
           
 Build getBuild()
           
 java.lang.String getMode()
           
 boolean isPlanLimitReached()
          Allows UI to check whether the plan limit has been reached
 boolean isValidationBypassed()
           
 void setBackButton(java.lang.String backButton)
           
 void setBuild(Build build)
           
 void setMode(java.lang.String mode)
           
 void setPlanLimitReached()
          Called if the interceptor detects that the plan limit has been exhausted.
 void updateAcl(org.acegisecurity.acls.MutableAcl acl)
           
 
Methods inherited from class com.atlassian.bamboo.configuration.AbstractPermissionAction
getAddGroupPrincipal, getAddUserPrincipal, getGrantedGroups, getGrantedPermissions, getGrantedUsers, getNewGroup, getNewUser, getPrincipalType, hasEditPermissionForGroup, hasEditPermissionForUser, hasEditPermissionForUserName, populatePermissionLists, setAcl, setAclService, setAclUpdateHelper, setAddGroupPrincipal, setAddUserPrincipal, setGrantedGroups, setGrantedPermissions, setGrantedUsers, setNewGroup, setNewUser, setPrincipalType, validateSaveAllPermissions
 
Methods inherited from class com.atlassian.bamboo.ww2.actions.build.admin.BuildConfigurationSupport
getBuildConfiguration, getBuildConfigurationAsXml, getBuildKey, getNextButton, getPlan, getReturnResult, getSaveNowButton, getSecuredDomainObject, isNextButtonClicked, isSaveNowClicked, savePlan, setBuildConfiguration, setBuildKey, setNextButton, setPlan, setSaveNowButton
 
Methods inherited from class com.atlassian.bamboo.ww2.BambooActionSupport
addError, addError, addErrorCollection, addErrorMessage, addErrorMessage, addErrorMessages, addErrors, addIllegalArgumentException, areCheckBoxesEmpty, buildJsonObject, checkFieldXssSafety, createFieldValidator, doDefault, doesHelpLinkHaveMatchingTitle, doesLabelKeyHaveMatchingDescription, doExecute, execute, getAdministrationConfiguration, getBamboo, getBambooLicenseManager, getBambooPermissionManager, getBambooSession, getBambooUserManager, getBaseUrl, getBootstrapManager, getBreadCrumbs, getBuildManager, getChainManager, getConcurrentBuildsNumber, getConglomerateCookieValue, getCookieCutter, getCookieValue, getCurrentSystemTime, getCurrentUrl, getDefaultPersister, getDescriptionFromLabelKey, getFlushedErrorMessages, getFormattedActionErrors, getFormattedErrorMessages, getInstanceName, getJsonObject, getPlan, getReturnUrl, getSessionUser, getText, getTotalErrors, getUser, getValidatorContext, getWebFragmentsContextMap, getWebItemsForSection, getWebSectionsForLocation, hasAdminPermission, hasAnyErrors, hasBuilds, hasGlobalAdminPermission, hasGlobalPermission, hasPlanPermission, hasPlanPermission, hasRestrictedAdminPermission, isCheckboxSetInAction, isEnableJavascript, isEnableSignup, isRestrictedAdminEnabled, isSelectFieldAndNull, renderFreemarkerTemplate, setAdministrationConfigurationManager, setAuthenticationContext, setBambooLicenseManager, setBambooPermissionManager, setBambooUserManager, setBuildDefinitionManager, setBuildManager, setChainManager, setCheckBoxFields, setCookieCutter, setDashboardCachingManager, setEnableJavascript, setErrorMessages, setPlanManager, setProjectManager, setReturnUrl, setWebInterfaceManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clearErrorsAndMessages, clone, doInput, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
getSecuredDomainObject
 
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection
getErrorMessages, getErrors, getFieldErrors
 
Methods inherited from interface com.atlassian.core.i18n.I18nTextProvider
getText
 

Field Detail

RESULT_EDIT_PERMISSIONS

public static final java.lang.String RESULT_EDIT_PERMISSIONS
See Also:
Constant Field Values

RESULT_BACK

public static final java.lang.String RESULT_BACK
See Also:
Constant Field Values

MODE_CREATE

public static final java.lang.String MODE_CREATE
See Also:
Constant Field Values

MODE_EDIT

public static final java.lang.String MODE_EDIT
See Also:
Constant Field Values
Constructor Detail

ConfigureBuildPermissions

public ConfigureBuildPermissions()
Method Detail

doUpdatePermissions

public java.lang.String doUpdatePermissions()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

doSaveAllPermissions

public java.lang.String doSaveAllPermissions()

doAddUserPrincipal

public java.lang.String doAddUserPrincipal()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

doAddGroupPrincipal

public java.lang.String doAddGroupPrincipal()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

isValidationBypassed

public boolean isValidationBypassed()
Specified by:
isValidationBypassed in interface BypassValidationAware

getAcl

public org.acegisecurity.acls.MutableAcl getAcl()
Specified by:
getAcl in class AbstractPermissionAction

updateAcl

public void updateAcl(org.acegisecurity.acls.MutableAcl acl)

bulkUpdateAcls

public void bulkUpdateAcls(org.acegisecurity.acls.MutableAcl acl,
                           java.util.List permissions)

getBackButton

public java.lang.String getBackButton()

setBackButton

public void setBackButton(java.lang.String backButton)

getMode

public java.lang.String getMode()

setMode

public void setMode(java.lang.String mode)

getBuild

public Build getBuild()
Specified by:
getBuild in interface BuildAware
Specified by:
getBuild in interface BuildFromSessionAware

setBuild

public void setBuild(Build build)
Specified by:
setBuild in interface BuildAware
Specified by:
setBuild in interface BuildFromSessionAware

setPlanLimitReached

public void setPlanLimitReached()
Description copied from interface: PlanLimitAware
Called if the interceptor detects that the plan limit has been exhausted. Its up to the actions as to how they react

Specified by:
setPlanLimitReached in interface PlanLimitAware

isPlanLimitReached

public boolean isPlanLimitReached()
Description copied from interface: PlanLimitAware
Allows UI to check whether the plan limit has been reached

Specified by:
isPlanLimitReached in interface PlanLimitAware
Returns:
true if the plan limit has been reached or not.


Copyright © 2010 Atlassian. All Rights Reserved.