Class CustomScript

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

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

    Fields 
    Modifier and Type Field Description
    boolean ignoreFail
    If true then to not recognize execution error as fail.
    java.lang.String[] options
    Options to be provided to the script.
    java.lang.String path
    Path to the script.
  • Constructor Summary

    Constructors 
    Constructor Description
    CustomScript()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • path

      public java.lang.String path
      Path to the script.
    • options

      public java.lang.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