hudson.plugins.googlecode.scm
Class GoogleCodeSCMUpgrader

java.lang.Object
  extended by hudson.model.listeners.ItemListener
      extended by hudson.plugins.googlecode.scm.GoogleCodeSCMUpgrader
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class GoogleCodeSCMUpgrader
extends hudson.model.listeners.ItemListener

ItemListener that will upgrade GoogleCodeSCM objects to GoogleCodeSCMEx objects. Due to the bug https://hudson.dev.java.net/issues/show_bug.cgi?id=4136, the old Google code SCM objects has to be reconfigured to use the new GoogleCodeSCMEx.

Author:
redsolo

Nested Class Summary
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
GoogleCodeSCMUpgrader()
           
 
Method Summary
 void onLoaded()
           
 
Methods inherited from class hudson.model.listeners.ItemListener
all, onCreated, onDeleted, onRenamed, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleCodeSCMUpgrader

public GoogleCodeSCMUpgrader()
Method Detail

onLoaded

public void onLoaded()
Overrides:
onLoaded in class hudson.model.listeners.ItemListener


Copyright © 2009. All Rights Reserved.