public class JobHelpers extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
JobHelpers.IJobMatcher |
Constructor and Description |
---|
JobHelpers() |
Modifier and Type | Method and Description |
---|---|
static void |
waitForJobs(JobHelpers.IJobMatcher matcher,
int maxWaitMillis) |
static void |
waitForJobsToComplete() |
static void |
waitForJobsToComplete(org.eclipse.core.runtime.IProgressMonitor monitor) |
static void |
waitForLaunchesToComplete(int maxWaitMillis) |
public static void waitForJobsToComplete()
public static void waitForJobsToComplete(org.eclipse.core.runtime.IProgressMonitor monitor) throws InterruptedException, org.eclipse.core.runtime.CoreException
InterruptedException
org.eclipse.core.runtime.CoreException
public static void waitForJobs(JobHelpers.IJobMatcher matcher, int maxWaitMillis)
public static void waitForLaunchesToComplete(int maxWaitMillis)
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.