Interface ConfigTemplate
- All Known Implementing Classes:
ConfigTemplateImpl
@PublicApi
public interface ConfigTemplate
A config template used for Project Template configuration.
- Since:
- 7.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the associated issue type scheme template.Returns the associated issue type screen scheme template.Returns the collection of resolution templates.Returns the associated workflow scheme template.
-
Method Details
-
workflowSchemeTemplate
Returns the associated workflow scheme template.- Returns:
- the associated workflow scheme template
-
issueTypeSchemeTemplate
Returns the associated issue type scheme template.- Returns:
- the associated issue type scheme template
-
issueTypeScreenSchemeTemplate
Returns the associated issue type screen scheme template.- Returns:
- the associated issue type screen scheme template
-
resolutionTemplates
Returns the collection of resolution templates.- Returns:
- the collection of resolution templates
-