Class AtlassianModule
java.lang.Object
com.atlassian.bamboo.specs.api.builders.EntityPropertiesBuilder<AtlassianModuleProperties>
com.atlassian.bamboo.specs.api.builders.AtlassianModule
Represents an identifier of any Atlassian plugin module.
Many pieces of functionality of Bamboo are implemented as Atlassian plugins. This class allows to find the correct implementation amongst installed plugins.
-
Constructor Summary
ConstructorsConstructorDescriptionAtlassianModule
(@NotNull String completeModuleKey) Specify an Atlassian plugin module with specific key. -
Method Summary
-
Constructor Details
-
AtlassianModule
Specify an Atlassian plugin module with specific key.- Parameters:
completeModuleKey
- plugin module key, as defined in respective atlassian-plguin.xml file
-
-
Method Details
-
build
- Specified by:
build
in classEntityPropertiesBuilder<AtlassianModuleProperties>
-