org.jenkinsci.plugins.badge
Class PluginImpl

java.lang.Object
  extended by hudson.Plugin
      extended by org.jenkinsci.plugins.badge.PluginImpl
All Implemented Interfaces:
hudson.model.Saveable

public class PluginImpl
extends hudson.Plugin

This plugin implementation only exists to force the loading of the permission in an early enough stage (see also JENKINS-4172). If the permission is not loaded early enough, Jenkins fails to load permissions from config.

Author:
Dominik Bartholdi (imod)

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
PluginImpl()
           
 
Method Summary
 void start()
           
 
Methods inherited from class hudson.Plugin
configure, configure, doDynamic, getConfigXml, 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 Detail

PluginImpl

public PluginImpl()
Method Detail

start

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


Copyright © 2004-2014. All Rights Reserved.