public class

HotDeployer

extends Object
java.lang.Object
   ↳ com.atlassian.plugin.main.HotDeployer

Class Overview

A simple class that starts a hot deploy thread for scanning for new plugins

Summary

Public Constructors
HotDeployer(PluginController pluginController, long period)
Public Methods
boolean isRunning()
void start()
void stop()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HotDeployer (PluginController pluginController, long period)

Public Methods

public boolean isRunning ()

public void start ()

public void stop ()