public class

ConfigureSharedLocalCapability

extends ConfigureSharedCapability
implements GlobalAdminSecurityAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.bamboo.ww2.BambooActionSupport
       ↳ com.atlassian.bamboo.configuration.GlobalAdminAction
         ↳ com.atlassian.bamboo.configuration.agent.CapabilityConfigurationSupport
           ↳ com.atlassian.bamboo.configuration.agent.ConfigureSharedCapability
             ↳ com.atlassian.bamboo.configuration.agent.ConfigureSharedLocalCapability
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Constants
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From interface com.opensymphony.xwork.Action
Fields
protected String builderKey
[Expand]
Inherited Fields
From class com.atlassian.bamboo.configuration.agent.CapabilityConfigurationSupport
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ConfigureSharedLocalCapability()
Public Methods
String getBuilderKey()
boolean isLocal()
Allows actions to differentiate the actions easily
void prepare()
void setBuilderKey(String builderKey)
void validate()
Protected Methods
@NotNull CapabilitySet createSharedCapabilitySet()
[Expand]
Inherited Methods
From class com.atlassian.bamboo.configuration.agent.ConfigureSharedCapability
From class com.atlassian.bamboo.configuration.agent.CapabilityConfigurationSupport
From class com.atlassian.bamboo.configuration.GlobalAdminAction
From class com.atlassian.bamboo.ww2.BambooActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.bamboo.utils.error.ErrorCollection
From interface com.atlassian.bamboo.ww2.aware.BambooSessionAware
From interface com.atlassian.bamboo.ww2.aware.NavigationAware
From interface com.atlassian.bamboo.ww2.aware.ReturnUrlAware
From interface com.atlassian.bamboo.ww2.aware.permissions.DomainObjectSecurityAware
From interface com.atlassian.core.i18n.I18nTextProvider
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.Preparable
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware
From interface com.uwyn.rife.continuations.ContinuableObject

Fields

protected String builderKey

Public Constructors

public ConfigureSharedLocalCapability ()

Public Methods

public String getBuilderKey ()

public boolean isLocal ()

Allows actions to differentiate the actions easily

public void prepare ()

Throws
Exception

public void setBuilderKey (String builderKey)

public void validate ()

Protected Methods

@NotNull protected CapabilitySet createSharedCapabilitySet ()