Class CustomScript

java.lang.Object
com.igormaznitsa.mvngolang.CustomScript

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

    • 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 Details