com.atlassian.bamboo.plugin
Class PluginModuleIdentifier

java.lang.Object
  extended by com.atlassian.bamboo.plugin.PluginModuleIdentifier
All Implemented Interfaces:
Serializable

public class PluginModuleIdentifier
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PluginModuleIdentifier()
           
PluginModuleIdentifier(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor)
           
 
Method Summary
 String getCompleteKey()
           
 String getModuleKey()
           
 PluginIdentifier getPluginIdentifier()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginModuleIdentifier

public PluginModuleIdentifier(@NotNull
                              com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor)

PluginModuleIdentifier

public PluginModuleIdentifier()
Method Detail

getPluginIdentifier

@NotNull
public PluginIdentifier getPluginIdentifier()

getModuleKey

@Nullable
public String getModuleKey()

getCompleteKey

@Nullable
public String getCompleteKey()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.