com.atlassian.jira.template
Class TemplateSources

java.lang.Object
  extended by com.atlassian.jira.template.TemplateSources

@ExperimentalApi
public class TemplateSources
extends Object

Static factory methods for TemplateSource instances. Designed to be used with static import for improved readability of your code.

Since:
v5.1

Constructor Summary
TemplateSources()
           
 
Method Summary
static TemplateSource file(String path)
           
static TemplateSource fragment(String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateSources

public TemplateSources()
Method Detail

file

@ExperimentalApi
public static TemplateSource file(String path)

fragment

@ExperimentalApi
public static TemplateSource fragment(String content)


Copyright © 2002-2014 Atlassian. All Rights Reserved.