Package org.jvnet.hudson.test
Class RealJenkinsRuleInit
java.lang.Object
hudson.Plugin
org.jvnet.hudson.test.RealJenkinsRuleInit
- All Implemented Interfaces:
hudson.model.Saveable
,jenkins.model.Loadable
,org.kohsuke.stapler.StaplerProxy
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class RealJenkinsRuleInit
extends hudson.Plugin
Plugin for use internally only by
RealJenkinsRule
, do not use this from plugin test code!
NOTE: this and only this class is added into a dynamically generated plugin, see PluginUtils.createRealJenkinsRulePlugin(java.io.File, String)
.
In order for this to occur correctly there need to be no inner classes or other code dependencies here (except what can be loaded by reflection).
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.Plugin
hudson.Plugin.DummyImpl
-
Field Summary
Fields inherited from class hudson.Plugin
SKIP_PERMISSION_CHECK
Fields inherited from interface hudson.model.Saveable
NOOP
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.Plugin
configure, configure, configure, doDynamic, doDynamic, getConfigXml, getTarget, getWrapper, load, postInitialize, save, setServletContext, stop
-
Constructor Details
-
RealJenkinsRuleInit
public RealJenkinsRuleInit()
-
-
Method Details
-
start
- Overrides:
start
in classhudson.Plugin
- Throws:
Exception
-