Class ProjectTemplate
- java.lang.Object
-
- hudson.plugins.project_inheritance.projects.creation.ProjectTemplate
-
- All Implemented Interfaces:
Describable<ProjectTemplate>
,Serializable
public class ProjectTemplate extends Object implements Describable<ProjectTemplate>, Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProjectTemplate.ProjectTemplateDescriptor
-
Field Summary
Fields Modifier and Type Field Description static ProjectTemplate.ProjectTemplateDescriptor
DESCRIPTOR
-
Constructor Summary
Constructors Constructor Description ProjectTemplate(String name, String shortDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Descriptor<ProjectTemplate>
getDescriptor()
String
getName()
AbstractProject<?,?>
getProject()
String
getShortDescription()
String
toString()
-
-
-
Field Detail
-
DESCRIPTOR
@Extension public static final ProjectTemplate.ProjectTemplateDescriptor DESCRIPTOR
-
-
Method Detail
-
getProject
public AbstractProject<?,?> getProject()
-
getName
public String getName()
-
getShortDescription
public String getShortDescription()
-
getDescriptor
public Descriptor<ProjectTemplate> getDescriptor()
- Specified by:
getDescriptor
in interfaceDescribable<ProjectTemplate>
-
-