Interface ConfigTemplate

All Known Implementing Classes:
ConfigTemplateImpl

@PublicApi public interface ConfigTemplate
A config template used for Project Template configuration.
Since:
7.0
  • Method Details

    • workflowSchemeTemplate

      @Nonnull Optional<WorkflowSchemeTemplate> workflowSchemeTemplate()
      Returns the associated workflow scheme template.
      Returns:
      the associated workflow scheme template
    • issueTypeSchemeTemplate

      @Nonnull Optional<IssueTypeSchemeTemplate> issueTypeSchemeTemplate()
      Returns the associated issue type scheme template.
      Returns:
      the associated issue type scheme template
    • issueTypeScreenSchemeTemplate

      @Nonnull Optional<IssueTypeScreenSchemeTemplate> issueTypeScreenSchemeTemplate()
      Returns the associated issue type screen scheme template.
      Returns:
      the associated issue type screen scheme template
    • resolutionTemplates

      @Nonnull Collection<ResolutionTemplate> resolutionTemplates()
      Returns the collection of resolution templates.
      Returns:
      the collection of resolution templates