hudson.notify
类 TenTimesBuildNumberSychronize

java.lang.Object
  继承者 hudson.notify.BuildNumberSychronize
      继承者 hudson.notify.TenTimesBuildNumberSychronize

public class TenTimesBuildNumberSychronize
extends BuildNumberSychronize

作者:
tang

构造方法摘要
TenTimesBuildNumberSychronize(hudson.model.AbstractBuild<?,?> upstrambuild, hudson.model.BuildListener listener)
           
 
方法摘要
 void downstreamProjectClear(int nextUpStreamBuildNumber, hudson.model.AbstractProject downstreamProject)
          This is a hook before updateNextBuildNumber
 
从类 hudson.notify.BuildNumberSychronize 继承的方法
getListener, sychronizeBuildNumber
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TenTimesBuildNumberSychronize

public TenTimesBuildNumberSychronize(hudson.model.AbstractBuild<?,?> upstrambuild,
                                     hudson.model.BuildListener listener)
方法详细信息

downstreamProjectClear

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

覆盖:
BuildNumberSychronize 中的 downstreamProjectClear
参数:
nextUpStreamBuildNumber -
downstreamProject -
抛出:
java.io.IOException


Copyright © 2010. All Rights Reserved.