@Immutable public class ProjectTemplateModule extends Object
atlassian-plugin.xml
.Modifier and Type | Method and Description |
---|---|
AddProjectModule |
addProjectModule()
Returns the AddProjectModule.
|
Icon |
backgroundIcon()
Returns the backgroundIcon.
|
String |
descriptionKey()
Returns the descriptionKey.
|
String |
getInfoSoyPath()
Returns the path to the soy template which explains the template.
|
boolean |
hasAddProjectModule()
Returns whether an AddProjectModule is defined for this
ProjectTemplateModule |
Icon |
icon()
Returns the icon.
|
String |
key()
Returns this template module's complete key.
|
String |
labelKey()
Returns the labelKey.
|
Optional<String> |
longDescriptionKey()
Returns an optional longDescriptionKey.
|
String |
projectTypeKey()
Returns the key of the project type for projects created with this blueprint.
|
Integer |
weight()
Returns the weight.
|
public String key()
"plugin.key:module.key"
.ModuleDescriptor.getCompleteKey()
public Integer weight()
public String labelKey()
public String descriptionKey()
public Optional<String> longDescriptionKey()
public Icon icon()
public Icon backgroundIcon()
public boolean hasAddProjectModule()
ProjectTemplateModule
public AddProjectModule addProjectModule()
public String getInfoSoyPath()
public String projectTypeKey()
Copyright © 2002-2022 Atlassian. All Rights Reserved.