hudson.plugins.mercurial
Class HgExe.Capability

java.lang.Object
  extended by hudson.plugins.mercurial.HgExe.Capability
Enclosing class:
HgExe

private static final class HgExe.Capability
extends Object

Capability of a particular hg invocation configuration (and location) on a specific node. Cached.


Field Summary
(package private)  Boolean headsIn15
          Whether this supports 1.5-style "heads --topo ..." syntax.
private static Map<Node,Map<List<String>,HgExe.Capability>> MAP
           
 
Constructor Summary
private HgExe.Capability()
           
 
Method Summary
(package private) static HgExe.Capability get(HgExe hg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headsIn15

volatile Boolean headsIn15
Whether this supports 1.5-style "heads --topo ..." syntax.


MAP

private static final Map<Node,Map<List<String>,HgExe.Capability>> MAP
Constructor Detail

HgExe.Capability

private HgExe.Capability()
Method Detail

get

static HgExe.Capability get(HgExe hg)


Copyright © 2010. All Rights Reserved.