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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class hudson.Plugin

    configure, configure, doDynamic, getConfigXml, getTarget, getWrapper, load, postInitialize, save, setServletContext, stop

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RealJenkinsRuleInit

      public RealJenkinsRuleInit()
  • Method Details

    • start

      public void start() throws Exception
      Overrides:
      start in class hudson.Plugin
      Throws:
      Exception