Package com.atlassian.bamboo.plugin
Class BambooHostContainer
- java.lang.Object
-
- com.atlassian.bamboo.plugin.BambooHostContainer
-
- All Implemented Interfaces:
com.atlassian.plugin.hostcontainer.HostContainer,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class BambooHostContainer extends Object implements com.atlassian.plugin.hostcontainer.HostContainer, org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description BambooHostContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tcreate(Class<T> moduleClass)voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)
-
-
-
Method Detail
-
create
public <T> T create(Class<T> moduleClass) throws IllegalArgumentException
- Specified by:
createin interfacecom.atlassian.plugin.hostcontainer.HostContainer- Throws:
IllegalArgumentException
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-