hudson.plugins.analysis.core
Class AnalysisCorePlugin

java.lang.Object
  extended by hudson.Plugin
      extended by hudson.plugins.analysis.core.AnalysisCorePlugin
All Implemented Interfaces:
hudson.model.Saveable

public class AnalysisCorePlugin
extends hudson.Plugin

Provides unique keys for jelly scripts which can be accessed globally with ${app.getPlugin('analysis-core')}.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
 
Field Summary
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
AnalysisCorePlugin()
           
 
Method Summary
 int getNewId()
          Returns a new key.
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, load, postInitialize, save, setServletContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalysisCorePlugin

public AnalysisCorePlugin()
Method Detail

getNewId

public int getNewId()
Returns a new key. This number can be used to generate unique ids within a request.

Returns:
a new key


Copyright © 2004-2012 Hudson. All Rights Reserved.