hudson.plugins.mercurial
Class HgExe.Capability
java.lang.Object
hudson.plugins.mercurial.HgExe.Capability
- Enclosing class:
- HgExe
private static final class HgExe.Capability
- extends java.lang.Object
Capability of a particular hg invocation configuration (and location) on a specific node. Cached.
|
Field Summary |
(package private) java.lang.Boolean |
headsIn15
Whether this supports 1.5-style "heads --topo ..." syntax. |
private static java.util.Map<Node,java.util.Map<java.util.List<java.lang.String>,HgExe.Capability>> |
MAP
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
headsIn15
volatile java.lang.Boolean headsIn15
- Whether this supports 1.5-style "heads --topo ..." syntax.
MAP
private static final java.util.Map<Node,java.util.Map<java.util.List<java.lang.String>,HgExe.Capability>> MAP
HgExe.Capability
private HgExe.Capability()
get
static HgExe.Capability get(HgExe hg)
Copyright © 2010. All Rights Reserved.