Class ManualTrigger
- java.lang.Object
-
- com.arassec.igor.core.model.BaseIgorComponent
-
- com.arassec.igor.core.model.trigger.BaseTrigger
-
- com.arassec.igor.module.misc.trigger.BaseUtilTrigger
-
- com.arassec.igor.module.misc.trigger.ManualTrigger
-
- All Implemented Interfaces:
IgorComponent,Trigger
public class ManualTrigger extends BaseUtilTrigger
Trigger for manual job executions.
-
-
Field Summary
-
Fields inherited from class com.arassec.igor.core.model.BaseIgorComponent
id
-
-
Constructor Summary
Constructors Constructor Description ManualTrigger()Creates a new component instance.
-
Method Summary
-
Methods inherited from class com.arassec.igor.core.model.BaseIgorComponent
getCategoryId, getId, getTypeId, getUnEditableProperties, initialize, setId, shutdown
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.arassec.igor.core.model.IgorComponent
getCategoryId, getId, getTypeId, getUnEditableProperties, initialize, setId, shutdown
-
-