hudson.notify
Class SameBuildNumberSychronize
java.lang.Object
hudson.notify.BuildNumberSychronize
hudson.notify.SameBuildNumberSychronize
public class SameBuildNumberSychronize
- extends BuildNumberSychronize
- Author:
- tang
|
Constructor Summary |
SameBuildNumberSychronize(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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SameBuildNumberSychronize
public SameBuildNumberSychronize(hudson.model.AbstractBuild<?,?> upstrambuild,
hudson.model.BuildListener listener)
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.