no message
This commit is contained in:
14
src/_VisualDVM/Passes/All/ActualizeServerSapfors.java
Normal file
14
src/_VisualDVM/Passes/All/ActualizeServerSapfors.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Passes.PassCode;
|
||||
import Common.Passes.Pass;
|
||||
public class ActualizeServerSapfors extends Pass {
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return Global.testingServer.db.hasActiveSapfors();
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
Global.mainModule.getPass(PassCode.SynchronizeTests).Do();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user