пауза тестирования. перенос фильтров влево. v++
This commit is contained in:
@@ -58,6 +58,11 @@ public class RemoteDVMTestingPlanner extends DVMTestingPlanner {
|
||||
}
|
||||
}
|
||||
@Override
|
||||
protected boolean checkIfPaused() throws Exception {
|
||||
RemoteFile pausedFile = new RemoteFile(packageRemoteWorkspace, Constants.pause);
|
||||
return user.connection.Exists(pausedFile);
|
||||
}
|
||||
@Override
|
||||
protected void PackageWorkspaceCreation() throws Exception {
|
||||
if (!CheckModules()) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user