@Deprecated public interface PluginJob
Implementations of this class should not store local data, as a new instance of the job is instantiated for each execution.
Implementations of this class should also provide a default constructor with no arguments as not all job engines support constructor injection.
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Map<String,Object> jobDataMap)
Deprecated.
Execute this job
|
Copyright © 2019 Atlassian. All rights reserved.