public final class ProcessCache extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessCache.NewProcess |
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_AGE |
| Modifier | Constructor and Description |
|---|---|
protected |
ProcessCache(int maxProcess) |
| Modifier and Type | Method and Description |
|---|---|
hudson.maven.ProcessCache.MavenProcess |
get(hudson.remoting.VirtualChannel owner,
hudson.model.BuildListener listener,
hudson.maven.ProcessCache.Factory factory)
Gets or creates a new maven process for launch.
|
protected ProcessCache(int maxProcess)
maxProcess - Number of maximum processes to cache.public hudson.maven.ProcessCache.MavenProcess get(hudson.remoting.VirtualChannel owner,
hudson.model.BuildListener listener,
hudson.maven.ProcessCache.Factory factory)
throws InterruptedException,
IOException
InterruptedExceptionIOExceptionCopyright © 2016–2017. All rights reserved.