I was looking for a method that will add an int variable/parameter under JobParametersBuilder class but it seems this is not available. May I know the reason why there is no method to add an int parameter? Although I know there is work around on this one - convert string to int.

