Package com.splunk.shuttl.archiver.endtoend.util

Examples of com.splunk.shuttl.archiver.endtoend.util.CopyByCallingCopyScript


  }

  @Parameters(value = { "shuttl.conf.dir", "splunk.home" })
  public void _callingCopyScriptWithBucket_copiesTheBucketToStorageWithoutDeletingOriginal(
      String shuttlConfDir, String splunkHome) {
    CopiesBucket copyWithCopyScript = new CopyByCallingCopyScript(splunkHome);
    runTestWithSplunkHomeSet(shuttlConfDir, splunkHome, copyWithCopyScript);
  }
View Full Code Here

TOP

Related Classes of com.splunk.shuttl.archiver.endtoend.util.CopyByCallingCopyScript

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.