com.atlassian.bamboo.studio.startup
Class CloudBambooSetup

java.lang.Object
  extended by com.atlassian.bamboo.studio.startup.CloudBambooSetup
All Implemented Interfaces:
com.atlassian.startup.StartupExtension

@Component
public class CloudBambooSetup
extends Object
implements com.atlassian.startup.StartupExtension

This is modelled off the Bamboo setup actions. Be very careful when modifying it, at various times certain things are or are not available, depending on the stage in setup, and the context is refreshed which leaves things looked up out of spring stale.


Constructor Summary
CloudBambooSetup()
           
 
Method Summary
 void start(javax.servlet.ServletContext servletContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudBambooSetup

public CloudBambooSetup()
Method Detail

start

public void start(javax.servlet.ServletContext servletContext)
Specified by:
start in interface com.atlassian.startup.StartupExtension


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.