@PublicApi public class ProjectTemplate extends Object implements Comparable<ProjectTemplate>
Constructor and Description |
---|
ProjectTemplate(ProjectTemplateKey key,
ProjectTypeKey projectTypeKey,
int weight,
String name,
String description,
String longDescriptionContent,
String iconUrl,
String backgroundIconUrl,
AddProjectModule addProjectModule,
String infoSoyPath) |
Modifier and Type | Method and Description |
---|---|
AddProjectModule |
addProjectModule() |
int |
compareTo(ProjectTemplate that) |
AddProjectHook |
getAddProjectHook() |
String |
getBackgroundIconUrl() |
Boolean |
getCreateProject() |
String |
getDescription() |
String |
getIconUrl() |
String |
getInfoSoyPath() |
ProjectTemplateKey |
getKey() |
String |
getLongDescriptionContent() |
String |
getName() |
ProjectTypeKey |
getProjectTypeKey() |
int |
getWeight() |
boolean |
hasAddProjectModule() |
Boolean |
isHasCreateHook() |
public ProjectTemplate(ProjectTemplateKey key, ProjectTypeKey projectTypeKey, int weight, String name, String description, String longDescriptionContent, String iconUrl, String backgroundIconUrl, AddProjectModule addProjectModule, String infoSoyPath)
public ProjectTemplateKey getKey()
public ProjectTypeKey getProjectTypeKey()
public int getWeight()
public String getName()
public String getDescription()
public String getLongDescriptionContent()
public String getIconUrl()
public String getBackgroundIconUrl()
public Boolean getCreateProject()
public Boolean isHasCreateHook()
@Nonnull public AddProjectHook getAddProjectHook()
public boolean hasAddProjectModule()
public AddProjectModule addProjectModule()
public String getInfoSoyPath()
public int compareTo(ProjectTemplate that)
compareTo
in interface Comparable<ProjectTemplate>
Copyright © 2002-2024 Atlassian. All Rights Reserved.