Package com.atlassian.bamboo.schedule
Class PlanSchedulerCallback
- java.lang.Object
-
- com.atlassian.bamboo.schedule.PlanSchedulerCallback
-
- All Implemented Interfaces:
Runnable
public abstract class PlanSchedulerCallback extends Object implements Runnable
Callback forPlanScheduler
operations
-
-
Constructor Summary
Constructors Constructor Description PlanSchedulerCallback(Plan plan)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Plan
getPlan()
void
run()
protected abstract void
run(Plan plan)
-