Class VelocityEngineWarmer

java.lang.Object
com.atlassian.jira.template.velocity.VelocityEngineWarmer
All Implemented Interfaces:
JiraWarmer, Runnable

public class VelocityEngineWarmer extends Object implements JiraWarmer
A warmer used to warm up Velocity engine. Creating Velocity engine is costly and we would rather warm it up after JIRA restart rather than lazily initialize it.
Since:
v7.1
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable