Class CustomScript


  • public class CustomScript
    extends Object
    Auxiliary class describes a custom script to be called for CVS folder.
    Since:
    2.1.8
    • Field Detail

      • path

        public String path
        Path to the script.
      • options

        public String[] options
        Options to be provided to the script.
      • ignoreFail

        public boolean ignoreFail
        If true then to not recognize execution error as fail.
    • Constructor Detail

      • CustomScript

        public CustomScript()