コード例 #1
0
ファイル: Launcher.java プロジェクト: Rafal-G/jenkins
 @Override
 public boolean isAlive() throws IOException, InterruptedException {
     return process.isAlive();
 }