Class AbstractTestBuilderDslExtension.AbstractExportContext.ExportTMSContext

    • Field Detail

      • timeout

        protected String timeout
        The export timeout.
      • createNewPath

        protected boolean createNewPath
        Specifies whether missing export path will be created.
    • Constructor Detail

      • ExportTMSContext

        public ExportTMSContext()
    • Method Detail

      • timeout

        public void timeout​(String value)
        Option defining the export timeout.
        Parameters:
        value - the value
      • timeout

        public void timeout​(int value)
        Option defining the export timeout.
        Parameters:
        value - the value as Integer
      • createNewPath

        public void createNewPath​(boolean value)
        Option defining whether missing export path will be created.
        Parameters:
        value - the value