Example #1
0
 public void wipeStagesByName(Collection<String> names) {
   wipeStages(this.getSyncStagesByName(names));
 }
Example #2
0
 public void wipeStagesByEnum(Collection<Stage> stages) {
   wipeStages(this.getSyncStagesByEnum(stages));
 }