Class EUnitTask.RunTargetOperationContributor

    • Constructor Detail

      • RunTargetOperationContributor

        public RunTargetOperationContributor()
    • Method Detail

      • runTarget

        public void runTarget​(String targetName)
                       throws EolRuntimeException
        Operation which can call a series of Ant tasks described inside a "script" nested element of this Ant task.
        Throws:
        EolRuntimeException
      • exportVariable

        public void exportVariable​(String varName)
        EUnit-specific operation which is equivalent to the "exports" nested element.
      • useVariable

        public void useVariable​(String varName)
        EUnit-specific operation which is equivalent to the "imports" nested element.