hudson.maven
Class ExecutedMojo.Cache

java.lang.Object
  extended by hudson.maven.ExecutedMojo.Cache
Enclosing class:
ExecutedMojo

public static final class ExecutedMojo.Cache
extends Object

Used during the HTML rendering to cache the index.


Field Summary
 Map<ModuleName,MavenModule> modules
          All maven modules in this Hudson by their names.
 
Constructor Summary
ExecutedMojo.Cache()
           
 
Method Summary
 MavenModule get(ExecutedMojo mojo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modules

public final Map<ModuleName,MavenModule> modules
All maven modules in this Hudson by their names.

Constructor Detail

ExecutedMojo.Cache

public ExecutedMojo.Cache()
Method Detail

get

public MavenModule get(ExecutedMojo mojo)


Copyright © 2004-2013. All Rights Reserved.