|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.capability.DefaultCapabilityConfigurationManager
public class DefaultCapabilityConfigurationManager
Constructor Summary | |
---|---|
DefaultCapabilityConfigurationManager(com.atlassian.bandana.BandanaManager bandanaManager)
|
Method Summary | |
---|---|
org.apache.commons.configuration.Configuration |
getConfiguration(java.lang.String capabilityKey)
Get the Configuration object associated with the capability key. |
void |
setConfiguration(java.lang.String capabilityKey,
org.apache.commons.configuration.Configuration configuration)
Associate CapabilityConfiguration with the capability key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultCapabilityConfigurationManager(com.atlassian.bandana.BandanaManager bandanaManager)
Method Detail |
---|
@NotNull public org.apache.commons.configuration.Configuration getConfiguration(@NotNull java.lang.String capabilityKey)
CapabilityConfigurationManager
Configuration
object associated with the capability key.
getConfiguration
in interface CapabilityConfigurationManager
capabilityKey
- Capability
's key
public void setConfiguration(@NotNull java.lang.String capabilityKey, @NotNull org.apache.commons.configuration.Configuration configuration)
CapabilityConfigurationManager
setConfiguration
in interface CapabilityConfigurationManager
capabilityKey
- capability keyconfiguration
- Configuration
object to be associated with the key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |