package com.tandbergtv.watchpoint.pmm.entities;

/**
 * All constants used in job parameters.
 * 
 * @author spuranik
 * 
 */
public class JobParameterConstants {

	// selected ruleset is set as a job parameter with this name.
	public static String RULESET_ID = "ruleset";

}
