v++
This commit is contained in:
16
src/Visual_DVM_2021/Passes/All/ActualizeServerSapfors.java
Normal file
16
src/Visual_DVM_2021/Passes/All/ActualizeServerSapfors.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package Visual_DVM_2021.Passes.All;
|
||||
import Common.Global;
|
||||
import Common.UI.UI;
|
||||
import Visual_DVM_2021.Passes.PassCode_2021;
|
||||
import Visual_DVM_2021.Passes.Pass_2021;
|
||||
import Visual_DVM_2021.Passes.Server.TestingSystemPass;
|
||||
public class ActualizeServerSapfors extends Pass_2021 {
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return Global.testingServer.db.hasActiveSapfors();
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
passes.get(PassCode_2021.SynchronizeTests).Do();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user