Package org.platformlayer.ops.backups

Examples of org.platformlayer.ops.backups.BackupDirectory


      initRepo.repoDir = repoDir;
      addChild(initRepo);
    }

    {
      BackupDirectory backup = injected(BackupDirectory.class);
      backup.itemKey = model.getKey();

      backup.backupRoot = repoDir;

      addChild(backup);
View Full Code Here


      vm.addChild(endpoint);
    }

    {
      BackupDirectory backup = injected(BackupDirectory.class);
      backup.itemKey = model.getKey();

      File jenkinsRoot = new File("/var/lib/jenkins");
      backup.backupRoot = jenkinsRoot;
View Full Code Here

TOP

Related Classes of org.platformlayer.ops.backups.BackupDirectory

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.