View Javadoc
1   package net.avcompris.status.api;
2   
3   public enum TriggerType {
4   
5   	MANUAL, CRON, UNKNOWN,
6   }