hudson.notify
类 BuildNumberSychronize

java.lang.Object
  继承者 hudson.notify.BuildNumberSychronize
直接已知子类:
HundredTimesBuildNumberSychronize, SameBuildNumberSychronize, TenTimesBuildNumberSychronize

public abstract class BuildNumberSychronize
extends java.lang.Object

作者:
tang

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

构造方法详细信息

BuildNumberSychronize

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

getListener

public hudson.model.BuildListener getListener()

sychronizeBuildNumber

public void sychronizeBuildNumber()
                           throws java.lang.Exception
抛出:
java.lang.Exception

downstreamProjectClear

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

参数:
nextDownStreamBuildNumber -
downstreamProject -
抛出:
java.io.IOException


Copyright © 2010. All Rights Reserved.