Package org.jenkinsci.plugins.jiraext
Class GuiceSingleton
- java.lang.Object
-
- org.jenkinsci.plugins.jiraext.GuiceSingleton
-
- All Implemented Interfaces:
Serializable
public class GuiceSingleton extends Object implements Serializable
- Author:
- dalvizu
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuiceSingleton()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GuiceSingleton
get()
com.google.inject.Injector
getInjector()
-
-
-
Method Detail
-
get
public static GuiceSingleton get()
-
getInjector
public com.google.inject.Injector getInjector()
-
-