Deprecated API

Deprecated Classes
net.sourceforge.cruisecontrol.bootstrappers.CurrentBuildStatusBootstrapper
          Was obsoleted by CurrentBuildStatusListener 
net.sourceforge.cruisecontrol.bootstrappers.CurrentBuildStatusFTPBootstrapper
          Was obsoleted by CurrentBuildStatusFTPListener 
net.sourceforge.cruisecontrol.publishers.CurrentBuildStatusFTPPublisher
          Was obsoleted by CurrentBuildStatusFTPListener 
net.sourceforge.cruisecontrol.publishers.CurrentBuildStatusPublisher
          Was obsoleted by CurrentBuildStatusListener 
 

Deprecated Methods
net.sourceforge.cruisecontrol.ModificationSet.addSourceControl(SourceControl)
          * 
net.sourceforge.cruisecontrol.ModificationSet.getModifications(Date)
          As of 10-Oct-2007, replaced by ModificationSet.retrieveModificationsAsElement(java.util.Date, Progress) 
net.sourceforge.cruisecontrol.Main.main(String[])
          Use the Launcher class instead 
net.sourceforge.cruisecontrol.PluginRegistry.register(Element)
          use PluginRegistry.register(PluginPlugin) 
net.sourceforge.cruisecontrol.Log.setLogDir(String)
          use Log.setDir(String) 
net.sourceforge.cruisecontrol.Log.setLogXmlEncoding(String)
          use Log.setEncoding(String) 
net.sourceforge.cruisecontrol.bootstrappers.P4Bootstrapper.setP4Client(String)
          Use setClient instead 
net.sourceforge.cruisecontrol.bootstrappers.P4Bootstrapper.setP4Port(String)
          Use setPort instead 
net.sourceforge.cruisecontrol.bootstrappers.P4Bootstrapper.setP4User(String)
          Use setUser instead 
net.sourceforge.cruisecontrol.bootstrappers.P4Bootstrapper.setPath(String)
          Use setView instead 
net.sourceforge.cruisecontrol.ModificationSet.setRequireModification(boolean)
            
 

Deprecated Constructors
net.sourceforge.cruisecontrol.web.EmbeddedJettyServer(int, String)
          Use constructor that also sets up new dashboard