hudson.notify
Class HundredTimesBuildNumberSychronize

java.lang.Object
  extended by hudson.notify.BuildNumberSychronize
      extended by hudson.notify.HundredTimesBuildNumberSychronize

public class HundredTimesBuildNumberSychronize
extends BuildNumberSychronize

Author:
tang

Constructor Summary
HundredTimesBuildNumberSychronize(hudson.model.AbstractBuild<?,?> upstrambuild, hudson.model.BuildListener listener)
           
 
Method Summary
 void downstreamProjectClear(int nextUpStreamBuildNumber, hudson.model.AbstractProject downstreamProject)
          This is a hook before updateNextBuildNumber
 
Methods inherited from class hudson.notify.BuildNumberSychronize
getListener, sychronizeBuildNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HundredTimesBuildNumberSychronize

public HundredTimesBuildNumberSychronize(hudson.model.AbstractBuild<?,?> upstrambuild,
                                         hudson.model.BuildListener listener)
Method Detail

downstreamProjectClear

public void downstreamProjectClear(int nextUpStreamBuildNumber,
                                   hudson.model.AbstractProject downstreamProject)
                            throws IOException
This is a hook before updateNextBuildNumber

Overrides:
downstreamProjectClear in class BuildNumberSychronize
Parameters:
nextUpStreamBuildNumber -
downstreamProject -
Throws:
IOException


Copyright © 2004-2012 Hudson. All Rights Reserved.