Package com.atlassian.bamboo.plugin
Class PluginModuleIdentifier
- java.lang.Object
-
- com.atlassian.bamboo.plugin.PluginModuleIdentifier
-
- All Implemented Interfaces:
Serializable
public class PluginModuleIdentifier extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginModuleIdentifier()
PluginModuleIdentifier(@NotNull com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable String
getCompleteKey()
@Nullable String
getModuleKey()
@NotNull PluginIdentifier
getPluginIdentifier()
String
toString()
-